diff --git a/web/src/components/common/JSONEditor.js b/web/src/components/common/ui/JSONEditor.js similarity index 100% rename from web/src/components/common/JSONEditor.js rename to web/src/components/common/ui/JSONEditor.js diff --git a/web/src/components/table/channels/modals/EditChannelModal.jsx b/web/src/components/table/channels/modals/EditChannelModal.jsx index 8c8bdb70..c13aca13 100644 --- a/web/src/components/table/channels/modals/EditChannelModal.jsx +++ b/web/src/components/table/channels/modals/EditChannelModal.jsx @@ -48,7 +48,7 @@ import { } from '@douyinfe/semi-ui'; import { getChannelModels, copy, getChannelIcon, getModelCategories, selectFilter } from '../../../../helpers'; import ModelSelectModal from './ModelSelectModal'; -import JSONEditor from '../../../common/JSONEditor'; +import JSONEditor from '../../../common/ui/JSONEditor'; import { IconSave, IconClose,