Revert "fix"

This reverts commit f8c26d09db7d7333418931013116715a81943c3f.
This commit is contained in:
ZareMate 2025-04-14 09:40:57 +02:00
parent 4b77152bb0
commit 70eccbe29b
Signed by: zaremate
GPG Key ID: 369A0E45E03A81C3

View File

@ -5,7 +5,7 @@ import { httpBatchStreamLink, loggerLink } from "@trpc/client";
import { createTRPCReact } from "@trpc/react-query"; import { createTRPCReact } from "@trpc/react-query";
import { type inferRouterInputs, type inferRouterOutputs } from "@trpc/server"; import { type inferRouterInputs, type inferRouterOutputs } from "@trpc/server";
import { useState } from "react"; import { useState } from "react";
import SuperJSON from "superjson"; import SuperJSON from "superjson";\
import { type AppRouter } from "~/server/api/root"; import { type AppRouter } from "~/server/api/root";
import { createQueryClient } from "./query-client"; import { createQueryClient } from "./query-client";