Да будет код...

This commit is contained in:
Denis M
2025-12-10 10:26:01 +03:00
commit 1fcdeeaa1a
10 changed files with 6010 additions and 0 deletions

5
src/main.js Normal file
View File

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