We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed8711 commit 6e68771Copy full SHA for 6e68771
templates/react/add-on/tRPC/assets/src/integrations/trpc/react.ts
@@ -1,4 +1,4 @@
1
import { createTRPCContext } from "@trpc/tanstack-react-query";
2
-import type { TRPCRouter } from "@/trpc/router";
+import type { TRPCRouter } from "@/integrations/trpc/router";
3
4
export const { TRPCProvider, useTRPC } = createTRPCContext<TRPCRouter>();
0 commit comments