mirror of
https://github.com/borbann-platform/backend-api.git
synced 2025-12-18 20:24:05 +01:00
- Implemented PropertyDetailPage to display detailed information about a specific property, including images, features, amenities, and analytics. - Created PropertiesPage for listing properties with filtering options such as price range, property type, bedrooms, bathrooms, area, and location. - Added loading state component for properties. - Introduced reusable components for property cards in both grid and list views. - Enhanced user experience with navigation links and breadcrumb trails.
5 lines
53 B
TypeScript
5 lines
53 B
TypeScript
export default function Loading() {
|
|
return null
|
|
}
|
|
|