Skip to content

Commit 132ce52

Browse files
pnodetamannn
andauthored
docs: Remove unused import (#1806)
Co-authored-by: Jan Amann <jan@amann.work>
1 parent 1c67ab7 commit 132ce52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/docs/getting-started/app-router/with-i18n-routing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const withNextIntl = createNextIntlPlugin(
220220
The `locale` that was matched by the middleware is available via the `locale` param and can be used to configure the document language. Additionally, we can use this place to pass configuration from `i18n/request.ts` to Client Components via `NextIntlClientProvider`.
221221

222222
```tsx filename="app/[locale]/layout.tsx"
223-
import {NextIntlClientProvider, Locale, hasLocale} from 'next-intl';
223+
import {NextIntlClientProvider, hasLocale} from 'next-intl';
224224
import {notFound} from 'next/navigation';
225225
import {routing} from '@/i18n/routing';
226226

0 commit comments

Comments
 (0)