import { createApp } from 'vue'; import './styles.scss'; import App from './index.vue'; createApp(App).mount('#app');