aboutsummaryrefslogtreecommitdiffstats
path: root/app.vue
diff options
context:
space:
mode:
Diffstat (limited to 'app.vue')
-rw-r--r--app.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/app.vue b/app.vue
new file mode 100644
index 0000000..de70ccc
--- /dev/null
+++ b/app.vue
@@ -0,0 +1,9 @@
+<script setup lang="ts">
+
+</script>
+
+<template>
+ <NuxtLayout>
+ <NuxtPage />
+ </NuxtLayout>
+</template>