import { createVaporApp } from 'vue'
import App from './AppVapor.vue'
createVaporApp(App as any).mount('#app')