Files
finanzas/components/budget/index.ts
2026-03-31 01:23:33 -03:00

6 lines
229 B
TypeScript

export { BudgetForm } from './BudgetForm';
export { BudgetRing } from './BudgetRing';
export { BudgetProgress } from './BudgetProgress';
export { BudgetCard } from './BudgetCard';
export { BudgetSection } from './BudgetSection';