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({