aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/search/QueryExplainerTooltip.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/search/QueryExplainerTooltip.tsx')
-rw-r--r--apps/web/components/dashboard/search/QueryExplainerTooltip.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/dashboard/search/QueryExplainerTooltip.tsx b/apps/web/components/dashboard/search/QueryExplainerTooltip.tsx
index ee99eb8d..89c15ad5 100644
--- a/apps/web/components/dashboard/search/QueryExplainerTooltip.tsx
+++ b/apps/web/components/dashboard/search/QueryExplainerTooltip.tsx
@@ -3,8 +3,8 @@ import { Table, TableBody, TableCell, TableRow } from "@/components/ui/table";
import { useTranslation } from "@/lib/i18n/client";
import { match } from "@/lib/utils";
-import { TextAndMatcher } from "@hoarder/shared/searchQueryParser";
-import { Matcher } from "@hoarder/shared/types/search";
+import { TextAndMatcher } from "@karakeep/shared/searchQueryParser";
+import { Matcher } from "@karakeep/shared/types/search";
export default function QueryExplainerTooltip({
parsedSearchQuery,