/* ============================================================================= * b_structures_section.ts * 「구조물 배치」 컨테이너 공용 진입점 — B05·B06 두 페이지가 같은 주소로 쓴다 * (2026-08-29 사용자: B05/B06 인터페이스 일원화 — 배치 폼·하단 목록 템플릿 동일). * * 구현은 B05 모듈(`B05_Profile_UI_Structures_Panel` 외)에 있다. 이 파일은 재수출과 * 스타일 동봉만 한다 — B06이 이 파일 하나만 import해도 B05와 같은 모양이 실린다. * ========================================================================== */ import "../B05_Profile/B05_Profile_UI_Style.css"; // 700줄 제한으로 잘라낸 조각 — 본체 **다음에** 불러야 캐스케이드 순서가 같다(2026-09-04). import "../B05_Profile/B05_Profile_UI_Style_Table.css"; import "../B05_Profile/B05_Profile_UI_Style_Drainage.css"; import "../B05_Profile/B05_Profile_UI_Style_Structures.css"; export { createStructuresSection, GROUP_LABELS, type PipeFacilityItem, type StructuresSection, } from "../B05_Profile/B05_Profile_UI_Structures_Panel";