refactor: route low-cost next modules through compat re-exports (#33622)

This commit is contained in:
yyh
2026-03-18 10:37:29 +08:00
committed by GitHub
parent bbe975c6bc
commit d7f70f3c0f
34 changed files with 66 additions and 33 deletions

View File

@@ -1,10 +1,10 @@
import type { CustomFile as File, FileItem } from '@/models/datasets'
import { RiDeleteBinLine, RiErrorWarningFill } from '@remixicon/react'
import dynamic from 'next/dynamic'
import { useMemo } from 'react'
import DocumentFileIcon from '@/app/components/datasets/common/document-file-icon'
import { getFileType } from '@/app/components/datasets/common/image-uploader/utils'
import useTheme from '@/hooks/use-theme'
import dynamic from '@/next/dynamic'
import { Theme } from '@/types/app'
import { cn } from '@/utils/classnames'
import { formatFileSize } from '@/utils/format'