feat(pages): create (placeholder) homepage

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-10-10 22:36:08 -04:00
parent e1fa6ab0a8
commit 152e02bb5c
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

8
pages/index.vue Normal file
View File

@ -0,0 +1,8 @@
<script setup lang="ts">
const { data } = useAuth();
console.debug("dat->", data);
</script>
<template>
<div>hello</div>
</template>