From 67384dcbe8faedb8f51af74c873b1fedd74b084b Mon Sep 17 00:00:00 2001 From: suzmii Date: Thu, 6 Aug 2026 15:07:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9B=BE=E5=83=8F=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=90=88=E6=88=90=E5=99=A8=E5=AF=BC=E5=85=A5=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整 ImageCanvasBasicGenerationComposerView.tsx 中 import 语句顺序,符合代码风格规范 --- .../image-editor/ImageCanvasBasicGenerationComposerView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,