清理合并命令测试中的无用导入

移除组件类型未再使用的测试模块导入。
This commit is contained in:
2026-09-11 19:05:03 +08:00
parent e66eb2fb55
commit 248c094da9
@@ -525,7 +525,6 @@ mod tests {
materialize, validate_merge_input_state, validate_merge_plan_shape, MAX_MERGE_INPUT_DEPTH,
MAX_MERGE_INPUT_NODES, MAX_MERGE_PLAN_DEPTH, MAX_MERGE_PLAN_NODES,
};
use crate::ui_editor::component::Component;
use crate::ui_editor::layout::children_display_mode::ChildrenDisplayMode;
use crate::ui_editor::layout::control_layout::ControlLayout;
use crate::ui_editor::layout::node::{Node, NodeMetadata, NodeSource, StageStatus};