blob: d0b27ad61af68228c8331bb845e0c10a23a820b4 (
plain) (
blame)
1
2
3
4
5
|
"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";
|