style: no need to import defineEmits
it is a compiler macro, and does not need importing
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
// TODO: Make this component a standard across the app and use it in other places
|
||||
import { ref, onMounted, defineEmits } from 'vue';
|
||||
import { ref, onMounted } from 'vue';
|
||||
import { useMapGetter, useStore } from 'dashboard/composables/store';
|
||||
|
||||
defineProps({
|
||||
|
||||
Reference in New Issue
Block a user