Add beginning of Google Auth

This commit is contained in:
2023-11-18 00:49:06 -05:00
parent f2d4ce12d4
commit 7b70c13f3f
11 changed files with 599 additions and 13 deletions

View File

@@ -23,14 +23,8 @@
</template>
<script lang="ts" setup>
import { defineComponent } from 'vue';
import { links } from 'src/router/navlinks.js';
import { useAuthStore } from 'stores/auth';
const auth = useAuthStore();
defineComponent({
name: 'IndexPage',
components: {},
});
</script>