We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23703d9 commit 5c6822aCopy full SHA for 5c6822a
docs/src/pages/docs/getting-started/app-router.mdx
@@ -129,7 +129,7 @@ module.exports = withNextIntl(nextConfig);
129
130
To make your request configuration available to Client Components, you can wrap the `children` in your root layout with `NextIntlClientProvider`.
131
132
-```tsx filename="app/layout.tsx" {7}
+```tsx filename="app/layout.tsx" {11}
133
import {NextIntlClientProvider} from 'next-intl';
134
135
type Props = {
0 commit comments