aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/lib/trpc.ts
blob: 915c265d810185be6662a60204f3aaea58d6a24f (plain) (blame)
1
2
3
// 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";