From 5bd5fbe9dc05d7afbf3a517eb43f857f291376e3 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Sun, 21 Sep 2025 19:36:10 -0400 Subject: [PATCH] fix: imported type --- layouts/LayoutDefault.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/LayoutDefault.tsx b/layouts/LayoutDefault.tsx index ddd0aaa..6850bc3 100644 --- a/layouts/LayoutDefault.tsx +++ b/layouts/LayoutDefault.tsx @@ -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({