From df73d1e933847d80317825fe318b16755966fe03 Mon Sep 17 00:00:00 2001 From: umsangdon Date: Mon, 17 Aug 2026 14:05:32 +0900 Subject: [PATCH] auto: 2026-08-17 14:05 (ESD_LAPTOP) --- B05_Profile/B05_Profile_UI_Profile_Data.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/B05_Profile/B05_Profile_UI_Profile_Data.ts b/B05_Profile/B05_Profile_UI_Profile_Data.ts index c15af2ce..b0be0616 100644 --- a/B05_Profile/B05_Profile_UI_Profile_Data.ts +++ b/B05_Profile/B05_Profile_UI_Profile_Data.ts @@ -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 {