Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Feb 17, 2023
1 parent ce37d15 commit 45de047
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ import { useI18n } from "~/composables/use-i18n"
import useSearchType from "~/composables/use-search-type"
import VButton from "~/components/VButton.vue"
import VFilterIconOrCounter from "~/components/VHeader/VFilterIconOrCounter.vue"
import VIcon from "~/components/VIcon/VIcon.vue"
import VIconButton from "~/components/VIconButton/VIconButton.vue"
import VModalContent from "~/components/VModal/VModalContent.vue"
Expand All @@ -97,8 +98,6 @@ import VTab from "~/components/VTabs/VTab.vue"
import VTabPanel from "~/components/VTabs/VTabPanel.vue"
import VTabs from "~/components/VTabs/VTabs.vue"
import VFilterIconOrCounter from "../VFilterIconOrCounter.vue"
import closeIcon from "~/assets/icons/close-small.svg"
import filtersIcon from "~/assets/icons/filter.svg"
Expand Down

0 comments on commit 45de047

Please sign in to comment.