From 866e66dd243099ea9c915cf9e7e6596c0ba477e2 Mon Sep 17 00:00:00 2001 From: winches <329487092@qq.com> Date: Sun, 12 Jan 2025 14:19:52 +0800 Subject: [PATCH] docs: optimize route higtlight (#4520) --- apps/docs/content/docs/guide/routing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/guide/routing.mdx b/apps/docs/content/docs/guide/routing.mdx index 7751b310ea..1fdd789f06 100644 --- a/apps/docs/content/docs/guide/routing.mdx +++ b/apps/docs/content/docs/guide/routing.mdx @@ -86,7 +86,7 @@ Go to your `app/providers.tsx` or `app/providers.jsx` (create it if it doesn't e #### Add the `useRouter` -```tsx {16} +```tsx {15} // app/providers.tsx "use client";