mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-27 15:58:32 -06:00
moving v2 to top level
This commit is contained in:
4
src/services/serverFunctions/trpcClient.ts
Normal file
4
src/services/serverFunctions/trpcClient.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