import { createApp } from 'vue'
import App from './NewTab.vue'

createApp(App).mount('#app')
