aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/lists/ListHeader.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/lists/ListHeader.tsx')
-rw-r--r--apps/web/components/dashboard/lists/ListHeader.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/web/components/dashboard/lists/ListHeader.tsx b/apps/web/components/dashboard/lists/ListHeader.tsx
index b8bfb4ad..af4a3551 100644
--- a/apps/web/components/dashboard/lists/ListHeader.tsx
+++ b/apps/web/components/dashboard/lists/ListHeader.tsx
@@ -6,9 +6,9 @@ import { Button } from "@/components/ui/button";
import { useTranslation } from "@/lib/i18n/client";
import { MoreHorizontal, SearchIcon } from "lucide-react";
-import { api } from "@hoarder/shared-react/trpc";
-import { parseSearchQuery } from "@hoarder/shared/searchQueryParser";
-import { ZBookmarkList } from "@hoarder/shared/types/lists";
+import { api } from "@karakeep/shared-react/trpc";
+import { parseSearchQuery } from "@karakeep/shared/searchQueryParser";
+import { ZBookmarkList } from "@karakeep/shared/types/lists";
import QueryExplainerTooltip from "../search/QueryExplainerTooltip";
import { ListOptions } from "./ListOptions";