This commit is contained in:
Torsten Schulz
2024-06-12 13:28:13 +02:00
commit 1b7fefe381
13 changed files with 11933 additions and 0 deletions

4
src/main.js Normal file
View File

@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')