Template Commit

This commit is contained in:
Esad Mustafoski
2024-10-31 13:37:02 +01:00
commit b8c12ccc79
15 changed files with 646 additions and 0 deletions

5
src/main.ts Normal file
View File

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