Implement rental services
This merge request adds the axios library for HTTP requests and implements rental service functionality with updated components.
Changes
- Dependencies: Added axios library to package.json for HTTP client functionality
-
Services: Created
src/services/rentalService.tsfor rental-related API operations -
Components: Updated rental components to integrate with the new rental service:
- DistributionTimeline.tsx
- DistributionTracker.tsx
- PassiveIncomeCounter.tsx
- PropertyEarningsTable.tsx
- RentalCharts.tsx
- RentalForecast.tsx
- RentalStatsCards.tsx