2
0
Files
cal/calcom/apps/web/app/_trpc/HydrateClient.tsx

9 lines
201 B
TypeScript
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
"use client";
import { createHydrateClient } from "app/_trpc/createHydrateClient";
import superjson from "superjson";
export const HydrateClient = createHydrateClient({
transformer: superjson,
});