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/mobile/lib/trpc.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 apps/mobile/lib/trpc.ts (limited to 'apps/mobile/lib/trpc.ts') diff --git a/apps/mobile/lib/trpc.ts b/apps/mobile/lib/trpc.ts deleted file mode 100644 index 915c265d..00000000 --- a/apps/mobile/lib/trpc.ts +++ /dev/null @@ -1,3 +0,0 @@ -// 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