feat(api-client): add tRPC React Query provider and shared hooks
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
// @repo/api-client — Shared React Query hooks
|
||||
export {};
|
||||
export { ApiProvider } from "./provider.js";
|
||||
export { useTRPC } from "./trpc.js";
|
||||
export { getQueryClient } from "./query-client.js";
|
||||
|
||||
Reference in New Issue
Block a user