Initial commit

This commit is contained in:
Jana Schmitz
2025-03-30 01:46:24 +01:00
commit 9eedd4aab8
19 changed files with 257 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import './assets/main.css'
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')