Files
WhiteNightsFrontend/src/main.js
2025-04-17 23:05:31 +03:00

5 lines
90 B
JavaScript

import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')