화면관리 12컬럼 중간 커밋

This commit is contained in:
kjs
2025-10-13 18:28:03 +09:00
parent 0dc4d53876
commit e8123932ba
14 changed files with 4514 additions and 258 deletions

View File

@@ -43,6 +43,8 @@ import { FormValidationIndicator } from "@/components/common/FormValidationIndic
import { useFormValidation } from "@/hooks/useFormValidation";
import { UnifiedColumnInfo as ColumnInfo } from "@/types";
import { isFileComponent } from "@/lib/utils/componentTypeUtils";
import { buildGridClasses } from "@/lib/constants/columnSpans";
import { cn } from "@/lib/utils";
interface InteractiveScreenViewerProps {
component: ComponentData;