aboutsummaryrefslogtreecommitdiffstats
path: root/app.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-01-17 13:42:21 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-01-17 13:42:21 +0000
commit70ebc77f843207a1d4b46c8d960dafbff37e7e2e (patch)
tree2d03f7a66b877bb6ffa2f92c0504ac90f26db55f /app.vue
Initial commit
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>