Files
zellyy-finance/src/contexts/BudgetContext.tsx
gpt-engineer-app[bot] 8c403f9761 Refactor BudgetContext file
Refactor BudgetContext.tsx into smaller components and hooks to improve code readability and maintainability.
2025-03-15 11:08:35 +00:00

6 lines
140 B
TypeScript

import { BudgetProvider, useBudget } from './budget';
export { BudgetProvider, useBudget };
export type { BudgetPeriod } from './budget';