Reset budget and transactions

Resets budget data and transaction history as if the user is logging in for the first time.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 22:50:28 +00:00
parent dbac52d5dd
commit 6553a3afc9
3 changed files with 33 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import {
loadCategoryBudgetsFromStorage,
saveCategoryBudgetsToStorage,
loadBudgetDataFromStorage,
saveBudgetDataToStorage
saveBudgetDataToStorage
} from './storageUtils';
import {
calculateCategorySpending,