import { createVaporApp } from 'vue' import App from './App.vue' import 'todomvc-app-css/index.css' createVaporApp(App).mount('#app')