diff --git a/frontend/src/components/korea/KoreaDashboard.tsx b/frontend/src/components/korea/KoreaDashboard.tsx index 3482521..7d4c14a 100644 --- a/frontend/src/components/korea/KoreaDashboard.tsx +++ b/frontend/src/components/korea/KoreaDashboard.tsx @@ -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;