aboutsummaryrefslogtreecommitdiffstats
path: root/pages/live.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-01-21 01:21:09 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-01-21 01:21:09 +0000
commit5d162cb8e0f5d594905a56a9b16f4f68df5f6631 (patch)
treecd244bada4f4749a62cf8f8bd533ab54b585fb8f /pages/live.vue
parentbfb60f146724219379879468802ee65d02746156 (diff)
Improve frontend
Diffstat (limited to 'pages/live.vue')
-rw-r--r--pages/live.vue13
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/live.vue b/pages/live.vue
new file mode 100644
index 0000000..b181ff0
--- /dev/null
+++ b/pages/live.vue
@@ -0,0 +1,13 @@
+<script setup lang="ts">
+import Panel from '~/components/Panel.vue';
+
+</script>
+
+<template>
+ <Panel>
+ </Panel>
+
+</template>
+
+<style scoped>
+</style> \ No newline at end of file