Add beginning of Google Auth
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user