From aff17588b2035dc9cee68a59058757053ca8655c Mon Sep 17 00:00:00 2001 From: htlee Date: Mon, 23 Mar 2026 10:43:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20KoreaDashboard=20named=20export=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20(default=E2=86=92named)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/korea/KoreaDashboard.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;