aboutsummaryrefslogtreecommitdiffstats
path: root/web/layouts/none.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-08-14 18:07:12 +0100
committerLeonardo Bishop <me@leonardobishop.com>2025-08-14 18:07:12 +0100
commit4697556cac819c47d068819b9fc9c3b4ea84e279 (patch)
treeb832d8fc6b643a8b9d0eeca35c1268e1649da731 /web/layouts/none.vue
parentdd49c9205bb04844b686b9c3396c40eb49d25826 (diff)
Merge confplanner-web and replace fiber with native net/http
Diffstat (limited to 'web/layouts/none.vue')
-rw-r--r--web/layouts/none.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/layouts/none.vue b/web/layouts/none.vue
new file mode 100644
index 0000000..c018025
--- /dev/null
+++ b/web/layouts/none.vue
@@ -0,0 +1,6 @@
+<template>
+ <slot />
+</template>
+
+<script setup>
+</script> \ No newline at end of file