Initial commit

This commit is contained in:
2024-03-31 05:53:25 +03:00
commit c689d8783f
34 changed files with 5408 additions and 0 deletions

6
src/main.ts Normal file
View File

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