fix import

This commit is contained in:
ThatOneCalculator 2023-02-13 20:05:49 -08:00
parent 6fb2fc3906
commit e02fe02f35
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<script lang="ts" setup>
import MkHeatmap from '@/components/MkHeatmap.vue';
import MkSelect from '@/components/MkSelect.vue';
import MkSelect from '@/components/form/select.vue';
let src = $ref('active-users');
</script>