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