export { useTRPC, TRPCProvider } from "./client"; export { getQueryClient } from "./query-client"; export type { AppRouter } from "@repo/core-api";