docs: optimize route higtlight (#4520)

This commit is contained in:
winches 2025-01-12 14:19:52 +08:00 committed by GitHub
parent eada8cbf93
commit 866e66dd24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";