summaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorDaniel Andreas Wang <danielaw@tilde.club>2026-03-12 18:31:40 +0100
committerDaniel Andreas Wang <danielaw@tilde.club>2026-03-12 18:31:40 +0100
commitad9c2429def17cd73d0cc22837ef278abcd4f64a (patch)
treea45f23c88828feeaebae33bc7da04bbe606acfef /src/App.vue
first commit
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
new file mode 100644
index 0000000..dd302d7
--- /dev/null
+++ b/src/App.vue
@@ -0,0 +1,5 @@
+<script setup lang="ts">
+</script>
+
+<template>
+</template>