refactor: update imports for knowledge and pipeline components

This commit is contained in:
twwu
2025-05-08 10:44:26 +08:00
parent d1fd5db7f8
commit 3d11af2dd6
166 changed files with 182 additions and 223 deletions

View File

@ -3,7 +3,7 @@ import type { FC } from 'react'
import React from 'react'
import { useTranslation } from 'react-i18next'
import Badge from '@/app/components/base/badge'
import { GeneralType, ParentChildType } from '@/app/components/base/icons/src/public/knowledge'
import { GeneralType, ParentChildType } from '@/app/components/base/icons/src/vender/knowledge'
type Props = {
isGeneralMode: boolean

View File

@ -15,7 +15,7 @@ import {
} from '@/app/components/base/portal-to-follow-elem'
import cn from '@/utils/classnames'
import SearchInput from '@/app/components/base/search-input'
import { GeneralType, ParentChildType } from '@/app/components/base/icons/src/public/knowledge'
import { GeneralType, ParentChildType } from '@/app/components/base/icons/src/vender/knowledge'
import { useDocumentList } from '@/service/knowledge/use-document'
import Loading from '@/app/components/base/loading'