fix: trpc removed export anything from client in react-query (#1941)

This commit is contained in:
Meier Lukas
2025-01-13 18:50:51 +01:00
committed by GitHub
parent 6b36ec3103
commit 56755d1ab4

View File

@@ -1,6 +1,7 @@
"use client";
import { createTRPCClient, createTRPCReact, httpLink } from "@trpc/react-query";
import { createTRPCClient, httpLink } from "@trpc/client";
import { createTRPCReact } from "@trpc/react-query";
import SuperJSON from "superjson";
import type { AppRouter } from ".";