This commit is contained in:
2024-11-15 13:29:52 -07:00
parent 283650d70a
commit 3725d40e6e
3 changed files with 27 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
"use client";
import { useState } from "react";
import superjson from "superjson";
import { httpBatchLink, httpLink } from "@trpc/client";
import { httpBatchLink } from "@trpc/client";
import { trpc } from "./trpcClient";
import { getQueryClient } from "@/app/providersQueryClientUtils";
import { isServer } from "@tanstack/react-query";