From 205219995b1cc574883e81365279db38666c32f2 Mon Sep 17 00:00:00 2001 From: winches <329487092@qq.com> Date: Wed, 8 Jan 2025 23:34:00 +0800 Subject: [PATCH] docs: optimize route higtlight --- 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";