auto: 2026-08-17 14:05 (ESD_LAPTOP)

This commit is contained in:
2026-08-17 14:05:32 +09:00
parent 16010da5a6
commit df73d1e933
+1 -4
View File
@@ -5,10 +5,7 @@
* 상태를 갖지 않으며 DOM도 만들지 않는다 — 패널 본체가 700줄 한계에 닿아 분리했다.
* ========================================================================== */
import type {
DesignProfile,
LongitudinalSection,
} from "../B06_Section/B06_Section_Api_Fetch";
import type { DesignProfile, LongitudinalSection } from "../B06_Section/B06_Section_Api_Fetch";
import type { ProfileAlignment } from "./B05_Profile_UI_Profile_Alignment";
export function readAlignment(data: LongitudinalSection): ProfileAlignment | null {