remove unused deps

This commit is contained in:
2025-04-16 23:12:38 -04:00
parent 5ec119b6c4
commit 82adde997e
4 changed files with 0 additions and 473 deletions

View File

@ -12,8 +12,6 @@ import Announcement from '../components/Announcement.vue';
import axios from 'axios';
import moment from 'moment';
import maplibregl from 'maplibre-gl';
import BasemapsControl from 'maplibre-gl-basemaps';
import OpacityControl from 'maplibre-gl-opacity';
import LegendControl from '../LegendControl.js';
import LayerControl from '../LayerControl.js';
import { onMounted, useTemplateRef, ref, watch, markRaw } from 'vue';