Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Aug 28, 2024
1 parent e3e2778 commit 587db91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/BatchSearch/BatchSearchCardActions.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<script setup>
import { useI18n } from 'vue-i18n'
import { computed } from 'vue'
import { PhosphorIcon } from '@icij/murmur-next'
import DSDropdown from '@/components/DSDropdown'
import ButtonIcon from '@/components/Button/ButtonIcon'
defineOptions({ name: 'BatchSearchCardActions' })
Expand Down

0 comments on commit 587db91

Please sign in to comment.