import { createApp } from 'vue'
import App from './index.vue'
import '../styles.ts'

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