Fix: Resolve MONTHS_KR import error

Import MONTHS_KR from the correct file to resolve the "Cannot find name 'MONTHS_KR'" error in src/utils/dateUtils.ts.
This commit is contained in:
gpt-engineer-app[bot]
2025-04-05 06:20:53 +00:00
parent 1d3039c525
commit 5c7a24bc36

View File

@@ -1,7 +1,7 @@
// 이 파일은 레거시 코드로 사용되지만 `MONTHS_KR`가 중복 정의되어 있으므로
// 새로운 구현에서는 src/hooks/transactions/dateUtils.ts에서 가져와 사용합니다.
export { MONTHS_KR } from '@/hooks/transactions/dateUtils';
import { MONTHS_KR } from '@/hooks/transactions/dateUtils';
// 아래 함수들은 하위 호환성을 위해 유지합니다
// 현재 월 가져오기