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