feat: Extract zoomIn and zoomOut functions to separate file

- 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.
This commit is contained in:
ISA
2024-07-12 06:25:05 +02:00
parent c793e1c81c
commit 91923ef8b4
3 changed files with 17 additions and 15 deletions

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "nodeMap 11.07.2024",
"name": "nodeMap 12.07.2024",
"lockfileVersion": 3,
"requires": true,
"packages": {