Refactor: Final build review and cleanup

This commit is contained in:
gpt-engineer-app[bot]
2025-04-05 06:26:12 +00:00
parent 5c7a24bc36
commit 0f2b29fe29

View File

@@ -3,6 +3,9 @@
// 새로운 구현에서는 src/hooks/transactions/dateUtils.ts에서 가져와 사용합니다.
import { MONTHS_KR } from '@/hooks/transactions/dateUtils';
// 다른 파일에서 사용할 수 있도록 재내보내기
export { MONTHS_KR };
// 아래 함수들은 하위 호환성을 위해 유지합니다
// 현재 월 가져오기
export const getCurrentMonth = () => {