import { createApp } from 'vue' import App from './App.vue' import 'virtual:windi.css' createApp(App).mount('#app')