diff --git a/src/components/image-editor/ImageCanvasBasicGenerationComposerView.tsx b/src/components/image-editor/ImageCanvasBasicGenerationComposerView.tsx index e0e53759d..96c25b734 100644 --- a/src/components/image-editor/ImageCanvasBasicGenerationComposerView.tsx +++ b/src/components/image-editor/ImageCanvasBasicGenerationComposerView.tsx @@ -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,