Refactor: Final build review and cleanup
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
// 새로운 구현에서는 src/hooks/transactions/dateUtils.ts에서 가져와 사용합니다.
|
// 새로운 구현에서는 src/hooks/transactions/dateUtils.ts에서 가져와 사용합니다.
|
||||||
import { MONTHS_KR } from '@/hooks/transactions/dateUtils';
|
import { MONTHS_KR } from '@/hooks/transactions/dateUtils';
|
||||||
|
|
||||||
|
// 다른 파일에서 사용할 수 있도록 재내보내기
|
||||||
|
export { MONTHS_KR };
|
||||||
|
|
||||||
// 아래 함수들은 하위 호환성을 위해 유지합니다
|
// 아래 함수들은 하위 호환성을 위해 유지합니다
|
||||||
// 현재 월 가져오기
|
// 현재 월 가져오기
|
||||||
export const getCurrentMonth = () => {
|
export const getCurrentMonth = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user