- Moved checkOverlappingMarkers function from MapComponent.js to a new file in /utils/mapUtils.js for better separation of concerns. - Updated the import statement in MapComponent.js to reflect the new location of checkOverlappingMarkers.
- Moved checkOverlappingMarkers function from MapComponent.js to a new file in /utils/mapUtils.js for better separation of concerns. - Updated the import statement in MapComponent.js to reflect the new location of checkOverlappingMarkers.