aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/lib/search.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/trpc/lib/search.ts')
-rw-r--r--packages/trpc/lib/search.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/trpc/lib/search.ts b/packages/trpc/lib/search.ts
index 83dfa674..ec582ef9 100644
--- a/packages/trpc/lib/search.ts
+++ b/packages/trpc/lib/search.ts
@@ -23,8 +23,8 @@ import {
rssFeedImportsTable,
rssFeedsTable,
tagsOnBookmarks,
-} from "@hoarder/db/schema";
-import { Matcher } from "@hoarder/shared/types/search";
+} from "@karakeep/db/schema";
+import { Matcher } from "@karakeep/shared/types/search";
import { AuthedContext } from "..";