diff --git a/pages/CondoFinancials.tsx b/pages/CondoFinancials.tsx index 48aef3f..eb5e471 100644 --- a/pages/CondoFinancials.tsx +++ b/pages/CondoFinancials.tsx @@ -2,7 +2,7 @@ import React, { useEffect, useState, useMemo } from 'react'; import { CondoService } from '../services/mockDb'; import { CondoExpense, Condo } from '../types'; -import { Plus, Search, Filter, Paperclip, X, Save, FileText, Download, Euro, Trash2, Pencil, Briefcase } from 'lucide-react'; +import { Plus, Search, Filter, Paperclip, X, Save, FileText, Download, Euro, Trash2, Pencil, Briefcase, Calendar, CreditCard, Hash, StickyNote, Truck } from 'lucide-react'; export const CondoFinancialsPage: React.FC = () => { const user = CondoService.getCurrentUser(); @@ -293,32 +293,44 @@ export const CondoFinancialsPage: React.FC = () => {