🍎 chore: modify the JSONEditor component import path

This commit is contained in:
t0ng7u
2025-08-04 21:58:10 +08:00
parent 512850e83d
commit 11ee80d377
2 changed files with 1 additions and 1 deletions

View File

@@ -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,