style: no need to import defineEmits

it is a compiler macro, and does not need importing
This commit is contained in:
Shivam Mishra
2024-08-14 11:00:36 +05:30
parent 0d7cec57f1
commit 9823a00cd7
@@ -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({