调整图像生成合成器导入顺序
- 调整 ImageCanvasBasicGenerationComposerView.tsx 中 import 语句顺序,符合代码风格规范
This commit is contained in:
@@ -7,8 +7,8 @@ import {
|
||||
type SetStateAction,
|
||||
} from 'react';
|
||||
|
||||
import { AutoGrowTextArea } from '../common/AutoGrowTextArea';
|
||||
import { CUSTOM_EDITOR_SCENE_STYLE_PRESET } from '../../../packages/shared/src/contracts/editorScene';
|
||||
import { AutoGrowTextArea } from '../common/AutoGrowTextArea';
|
||||
import {
|
||||
PlatformFloatingMenu,
|
||||
PlatformFloatingMenuItem,
|
||||
|
||||
Reference in New Issue
Block a user