fix: trpc removed export anything from client in react-query (#1941)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
"use client";
|
"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 SuperJSON from "superjson";
|
||||||
|
|
||||||
import type { AppRouter } from ".";
|
import type { AppRouter } from ".";
|
||||||
|
|||||||
Reference in New Issue
Block a user