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