Skip to content

Commit

Permalink
Fix types for Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jul 5, 2023
1 parent b4f47c5 commit 3e2e88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/src/routing/app-router-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down

0 comments on commit 3e2e88a

Please sign in to comment.