Refactor budget storage utils

Splits the budget storage utils file into smaller, more manageable files for better organization and maintainability.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 06:36:05 +00:00
parent 575f2dd601
commit 8027a543ac
9 changed files with 284 additions and 205 deletions

View File

@@ -4,7 +4,7 @@ import {
loadCategoryBudgetsFromStorage,
saveCategoryBudgetsToStorage,
clearAllCategoryBudgets
} from '../storageUtils';
} from '../storage/categoryStorage';
// 카테고리 예산 상태 관리 훅
export const useCategoryBudgetState = () => {