Nuxt setup

This commit is contained in:
Chloe Stanton
2026-03-04 09:53:01 -08:00
parent e09edb6c74
commit 8f0477f285
8 changed files with 9896 additions and 0 deletions

6
app/app.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>