diff --git a/code/frameworks/nextjs/src/routing/app-router-provider.tsx b/code/frameworks/nextjs/src/routing/app-router-provider.tsx index 1fbec0d52b7a..75c6c5629b87 100644 --- a/code/frameworks/nextjs/src/routing/app-router-provider.tsx +++ b/code/frameworks/nextjs/src/routing/app-router-provider.tsx @@ -8,7 +8,7 @@ import type { PathnameContext as TPathnameContext, SearchParamsContext as TSearchParamsContext, } from 'next/dist/shared/lib/hooks-client-context'; -import type { FlightRouterState } from 'next/dist/server/app-render'; +import type { FlightRouterState } from 'next/dist/server/app-render/types'; import type { RouteParams } from './types'; /**