aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/trpc/index.ts')
-rw-r--r--packages/trpc/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/trpc/index.ts b/packages/trpc/index.ts
index 26d8ea96..e34e56eb 100644
--- a/packages/trpc/index.ts
+++ b/packages/trpc/index.ts
@@ -2,8 +2,8 @@ import { initTRPC, TRPCError } from "@trpc/server";
import superjson from "superjson";
import { ZodError } from "zod";
-import type { db } from "@hoarder/db";
-import serverConfig from "@hoarder/shared/config";
+import type { db } from "@karakeep/db";
+import serverConfig from "@karakeep/shared/config";
interface User {
id: string;