From 15d9d9897487d5e1881f75a4d92af37f6937eb80 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 1 Feb 2026 12:37:34 +0000 Subject: refactor: remove unused trpc files from web and mobile --- apps/web/lib/trpc.tsx | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 apps/web/lib/trpc.tsx (limited to 'apps/web/lib/trpc.tsx') 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"; -- cgit v1.2.3-70-g09d2