refactor(pages): update home page

remove placeholder crap
This commit is contained in:
parent 45783c60a9
commit 48db8b0575
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -1,8 +1,13 @@
<script setup lang="ts">
import storyList from "~/components/listings/stories.vue";
const { data } = useAuth();
console.debug("dat->", data);
</script>
<template>
<div>hello</div>
<div>
<a-typography-title :level="1"> The Latest Fics </a-typography-title>
<story-list :last="true" prefix="/latest" />
</div>
</template>