diff --git a/frontend/src/console/components/CollectionCard.vue b/frontend/src/console/components/CollectionCard.vue index 7ca20d508..61a871b96 100644 --- a/frontend/src/console/components/CollectionCard.vue +++ b/frontend/src/console/components/CollectionCard.vue @@ -7,6 +7,7 @@ import { useTemplateRef, watch, } from "vue"; +import { useI18n } from "vue-i18n"; import { collectionElementRegistry, smartCollectionElementRegistry, @@ -19,7 +20,6 @@ import { getFavoriteCoverImage, EXTENSION_REGEX, } from "@/utils/covers"; -import { useI18n } from "vue-i18n"; const { t } = useI18n(); const props = defineProps<{ diff --git a/frontend/src/console/components/NavigationText.vue b/frontend/src/console/components/NavigationText.vue index fb753dc6d..5a4ead638 100644 --- a/frontend/src/console/components/NavigationText.vue +++ b/frontend/src/console/components/NavigationText.vue @@ -1,9 +1,9 @@