aboutsummaryrefslogtreecommitdiffstats
path: root/packages/browser-extension/src/utils/trpc.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/browser-extension/src/utils/trpc.ts')
-rw-r--r--packages/browser-extension/src/utils/trpc.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/browser-extension/src/utils/trpc.ts b/packages/browser-extension/src/utils/trpc.ts
deleted file mode 100644
index da21a55a..00000000
--- a/packages/browser-extension/src/utils/trpc.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-import { createTRPCReact } from "@trpc/react-query";
-import type { AppRouter } from "@hoarder/trpc/routers/_app";
-
-export const api = createTRPCReact<AppRouter>();