Skip to content

Commit

Permalink
fix: remove defineEmits from explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Oct 30, 2024
1 parent 9af90c9 commit 3a57414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ReviewersListSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</template>

<script setup lang="ts">
import { defineEmits, ref, watch } from "vue";
import { ref, watch } from "vue";
import FieldLabel from "@/components/form/FieldLabel.vue";
import BootstrapModal from "@/components/BootstrapModal.vue";
import ReviewerEditForm from "@/components/ReviewerEditForm.vue";
Expand Down

0 comments on commit 3a57414

Please sign in to comment.