Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Nov 15, 2024
1 parent d9d3c9b commit ae4f60c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script setup>
import { ref, computed, watch, onMounted } from 'vue'
import { useStore } from 'vuex'
import { useRouter } from 'vue-router'
import { capitalize, flatten, get, mapValues, sumBy, pickBy, throttle } from 'lodash'
import EntityButton from '@/components/Entity/EntityButton'
Expand All @@ -17,7 +16,6 @@ const { document, documentRoute } = useDocument()
const { wait, waitFor, loaderId } = useWait()
const { core } = useCore()
const store = useStore()
const router = useRouter()
const filterToken = ref(null)
const mustExtractEntities = computed(() => canManageDocuments.value && !hasNerTags.value)
Expand Down

0 comments on commit ae4f60c

Please sign in to comment.