aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/trpc.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/lib/trpc.tsx')
-rw-r--r--apps/web/lib/trpc.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/web/lib/trpc.tsx b/apps/web/lib/trpc.tsx
deleted file mode 100644
index d0b27ad6..00000000
--- a/apps/web/lib/trpc.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-"use client";
-
-// Re-export from shared-react to ensure there's only one TRPCProvider context
-// This is necessary because the hooks in shared-react use useTRPC from shared-react
-export { TRPCProvider, useTRPC } from "@karakeep/shared-react/trpc";