fix: imported type

master
Avraham Sakal 3 weeks ago
parent 6311966f92
commit 5bd5fbe9dc

@ -43,7 +43,7 @@ import {
httpSubscriptionLink,
splitLink,
} from "@trpc/client";
import type { AppRouter } from "@/server/trpc/router.js";
import type { AppRouter } from "@server/trpc/router.js";
function makeQueryClient() {
return new QueryClient({

Loading…
Cancel
Save