talasMarkersLayer.js in useTalasMarkersLayer.js umbenennt

This commit is contained in:
ISA
2024-09-03 09:36:19 +02:00
parent 0f9a54efa1
commit e5dfa7f494
3 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ import { zoomIn, zoomOut, centerHere } from "../utils/zoomAndCenterUtils.js";
import { initializeMap } from "../utils/mapInitialization.js";
import { addItemsToMapContextMenu } from "./useMapContextMenu.js";
import useGmaMarkersLayer from "../hooks/useGmaMarkersLayer.js"; // Import the custom hook
import useTalasMarkersLayer from "../hooks/talasMarkersLayer.js"; // Import the custom hook
import useTalasMarkersLayer from "../hooks/useTalasMarkersLayer.js"; // Import the custom hook
import useEciMarkersLayer from "../hooks/useEciMarkersLayer.js";
import useGsmModemMarkersLayer from "../hooks/useGsmModemMarkersLayer.js";
import useCiscoRouterMarkersLayer from "../hooks/useCiscoRouterMarkersLayer.js";