mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
refactor: route low-cost next modules through compat re-exports (#33622)
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import type { HeaderInNormalProps } from './header-in-normal'
|
||||
import type { HeaderInRestoringProps } from './header-in-restoring'
|
||||
import type { HeaderInHistoryProps } from './header-in-view-history'
|
||||
import dynamic from 'next/dynamic'
|
||||
import { usePathname } from 'next/navigation'
|
||||
import dynamic from '@/next/dynamic'
|
||||
import {
|
||||
useWorkflowMode,
|
||||
} from '../hooks'
|
||||
|
||||
Reference in New Issue
Block a user