From 0f2b29fe29a8b19fe55393ca9687aea26bcb2238 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 06:26:12 +0000 Subject: [PATCH] Refactor: Final build review and cleanup --- src/utils/dateUtils.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/dateUtils.ts b/src/utils/dateUtils.ts index dfb6e5b..0678665 100644 --- a/src/utils/dateUtils.ts +++ b/src/utils/dateUtils.ts @@ -3,6 +3,9 @@ // 새로운 구현에서는 src/hooks/transactions/dateUtils.ts에서 가져와 사용합니다. import { MONTHS_KR } from '@/hooks/transactions/dateUtils'; +// 다른 파일에서 사용할 수 있도록 재내보내기 +export { MONTHS_KR }; + // 아래 함수들은 하위 호환성을 위해 유지합니다 // 현재 월 가져오기 export const getCurrentMonth = () => {