mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
moving to trpc
This commit is contained in:
4
nextjs/src/services/trpc/utils.ts
Normal file
4
nextjs/src/services/trpc/utils.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { createTRPCReact } from "@trpc/react-query";
|
||||
import { AppRouter } from "./router/app";
|
||||
|
||||
export const trpc = createTRPCReact<AppRouter>();
|
||||
Reference in New Issue
Block a user