🚚 Переместил фронтенд во frontend

This commit is contained in:
2021-03-27 01:52:43 +03:00
parent f79e910072
commit b7011ba4d9
9 changed files with 0 additions and 0 deletions

4
frontend/src/main.js Normal file
View File

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