Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove unused import #1806

Merged
merged 2 commits into from
Mar 21, 2025
Merged

docs: Remove unused import #1806

merged 2 commits into from
Mar 21, 2025

Conversation

pnodet
Copy link
Contributor

@pnodet pnodet commented Mar 20, 2025

No description provided.

Copy link

vercel bot commented Mar 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-intl-example-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2025 9:44am
next-intl-example-app-router-without-i18n-routing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2025 9:44am

Copy link

vercel bot commented Mar 20, 2025

@pnodet is attempting to deploy a commit to the next-intl Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Owner

@amannn amannn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🙌

@@ -220,17 +220,15 @@ const withNextIntl = createNextIntlPlugin(
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`.

```tsx filename="app/[locale]/layout.tsx"
import {NextIntlClientProvider, Locale, hasLocale} from 'next-intl';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this, the Locale import was indeed unused!

@amannn amannn changed the title chore(docs): update with-i18n-routing.mdx Docs: Remove unused import Mar 21, 2025
@amannn amannn changed the title Docs: Remove unused import docs: Remove unused import Mar 21, 2025
@amannn amannn merged commit 132ce52 into amannn:main Mar 21, 2025
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants