aboutsummaryrefslogtreecommitdiffstats
path: root/pages/live.vue
diff options
context:
space:
mode:
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