aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/lib/trpc.tsx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packages/web/lib/trpc.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/lib/trpc.tsx b/packages/web/lib/trpc.tsx
index aa246047..79a2a9fe 100644
--- a/packages/web/lib/trpc.tsx
+++ b/packages/web/lib/trpc.tsx
@@ -1,5 +1,5 @@
"use client";
-import type { AppRouter } from "@/server/api/routers/_app";
+import type { AppRouter } from "@hoarder/trpc/routers/_app";
import { createTRPCReact } from "@trpc/react-query";
export const api = createTRPCReact<AppRouter>();