diff --git a/frontend/src/components/ChartSlot.tsx b/frontend/src/components/ChartSlot.tsx index dbda606..a5c0b14 100644 --- a/frontend/src/components/ChartSlot.tsx +++ b/frontend/src/components/ChartSlot.tsx @@ -127,7 +127,7 @@ export interface ChartSlotHandle { /** 차트 시간축·크로스헤어 날짜 형식 */ setChartTimeFormat: (format: string, timeframe?: Timeframe) => void; } - + // ── Props ───────────────────────────────────────────────────────────────── export interface ChartSlotProps { slotIndex: number;