add app.vue

This commit is contained in:
Zoe
2024-04-08 22:53:09 -05:00
parent ca1283d5a8
commit d8ab7590a2

5
app.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>