fix: KoreaDashboard named export 추가 (default→named)

This commit is contained in:
htlee 2026-03-23 10:43:06 +09:00
부모 8acf8824fb
커밋 aff17588b2

파일 보기

@ -67,7 +67,7 @@ export interface KoreaDashboardProps {
onTimeZoneChange: (tz: 'KST' | 'UTC') => void;
}
const KoreaDashboard = ({
export const KoreaDashboard = ({
currentTime,
isLive,
refreshKey,
@ -368,4 +368,3 @@ const KoreaDashboard = ({
);
};
export default KoreaDashboard;