aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2e_tests/utils
diff options
context:
space:
mode:
Diffstat (limited to 'packages/e2e_tests/utils')
-rw-r--r--packages/e2e_tests/utils/trpc.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/e2e_tests/utils/trpc.ts b/packages/e2e_tests/utils/trpc.ts
index 7d916d93..a13e0a83 100644
--- a/packages/e2e_tests/utils/trpc.ts
+++ b/packages/e2e_tests/utils/trpc.ts
@@ -1,7 +1,7 @@
import { createTRPCClient, httpBatchLink } from "@trpc/client";
import superjson from "superjson";
-import type { AppRouter } from "@hoarder/trpc/routers/_app";
+import type { AppRouter } from "@karakeep/trpc/routers/_app";
export function getTrpcClient(apiKey?: string) {
return createTRPCClient<AppRouter>({