diff --git a/ui/src/components/global-search/GlobalSearchModal.vue b/ui/src/components/global-search/GlobalSearchModal.vue index 76125798a..87fcc6332 100644 --- a/ui/src/components/global-search/GlobalSearchModal.vue +++ b/ui/src/components/global-search/GlobalSearchModal.vue @@ -10,8 +10,6 @@ import { IconPalette, IconSettings, IconUserSettings, - VEntity, - VEntityField, VModal, } from "@halo-dev/components"; import { useEventListener } from "@vueuse/core"; @@ -369,7 +367,7 @@ useEventListener("keydown", handleKeydown);