stream day 5

This commit is contained in:
Zoe
2023-01-10 19:19:37 -06:00
parent 1cb01289bc
commit 880d1bf375
21 changed files with 315 additions and 158 deletions

View File

@@ -4,4 +4,10 @@
<nuxt-link to="/login">Login</nuxt-link>
<nuxt-link to="/signup">Signup</nuxt-link>
</div>
</template>
</template>
<script setup>
definePageMeta({
middleware: 'auth'
})
</script>