import { createApp } from 'vue';
import App from './app.vue';
import 'maplibre-gl/dist/maplibre-gl.css';
createApp(App).mount('#app');