Add signin view, fix linting

This commit is contained in:
Kevin Thomas
2021-07-21 17:58:29 -07:00
parent 3572d69cba
commit b4e791a21c
5 changed files with 73 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
<template>
<v-app>
<AppBar />
<AppBar />
<v-main>
<router-view/>
<router-view />
</v-main>
</v-app>
</template>