import { createApp } from 'vue' import App from './App.vue' import 'uno.css' const app = createApp(App) app.mount(document.querySelector('#app'))