fix: KoreaDashboard named export 추가 (default→named)
This commit is contained in:
부모
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;
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user