- Moved zoomIn and zoomOut functions from MapComponent.js to a new file zoomUtils.js in the utils directory. - Updated MapComponent.js to import and use the zoomIn and zoomOut functions from the new file. - This change improves code modularity and readability.