Refactor: Review and address code issues

This commit is contained in:
gpt-engineer-app[bot]
2025-04-05 05:24:10 +00:00
parent a6524c17e6
commit c8f0855f6c
3 changed files with 152 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
import React, { useEffect, useState } from 'react';
import BudgetTabContent from './BudgetTabContent';
import { BudgetPeriod, BudgetData } from '@/contexts/budget/BudgetContext';
import { BudgetPeriod, BudgetData } from '@/contexts/budget/types';
interface BudgetProgressCardProps {
budgetData: BudgetData;