mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:21:05 +08:00
refactor: route next/navigation through compat re-export (#33636)
This commit is contained in:
8
web/next/navigation.ts
Normal file
8
web/next/navigation.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export {
|
||||
useParams,
|
||||
usePathname,
|
||||
useRouter,
|
||||
useSearchParams,
|
||||
useSelectedLayoutSegment,
|
||||
useSelectedLayoutSegments,
|
||||
} from 'next/navigation'
|
||||
Reference in New Issue
Block a user