fix: imported type

This commit is contained in:
Avraham Sakal
2025-09-21 19:36:10 -04:00
parent 6311966f92
commit 5bd5fbe9dc
+1 -1
View File
@@ -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({