WeddingBingo/src/views/AboutView.vue
Max fafac3fe27 Fixed up project so it didn't look like boilerplate vomit
Cleaned up bingo board view for printable pages
2023-07-02 11:24:14 -07:00

6 lines
111 B
Vue

<template>
<div class="about">
<h1>Why would a bingo board have an about page?</h1>
</div>
</template>