import { createApp } from 'vue' import { App as VineApp } from './app.vine' const app = createApp(VineApp) app.mount('#app')