<script setup lang="ts">
useTitle("Stories");
</script>
<template>
<main class="flex grow">hello</main>
</template>