mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:59:21 +08:00
refactor: route next/navigation through compat re-export (#33636)
This commit is contained in:
@@ -6,7 +6,7 @@ import { useFile, useFileSizeLimit } from '../hooks'
|
||||
|
||||
const mockNotify = vi.fn()
|
||||
|
||||
vi.mock('next/navigation', () => ({
|
||||
vi.mock('@/next/navigation', () => ({
|
||||
useParams: () => ({ token: undefined }),
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user