2
0
Files
cal/calcom/apps/web/app/_trpc/HydrateClient.tsx
2024-08-09 00:39:27 +02:00

9 lines
201 B
TypeScript

"use client";
import { createHydrateClient } from "app/_trpc/createHydrateClient";
import superjson from "superjson";
export const HydrateClient = createHydrateClient({
transformer: superjson,
});