Skip to content

Commit 6e68771

Browse files
authored
Fix import (#72)
Thank you!
1 parent 8ed8711 commit 6e68771

File tree

1 file changed

+1
-1
lines changed
  • templates/react/add-on/tRPC/assets/src/integrations/trpc

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { createTRPCContext } from "@trpc/tanstack-react-query";
2-
import type { TRPCRouter } from "@/trpc/router";
2+
import type { TRPCRouter } from "@/integrations/trpc/router";
33

44
export const { TRPCProvider, useTRPC } = createTRPCContext<TRPCRouter>();

0 commit comments

Comments
 (0)