From 67d7ce8e0f428c521d3d032e8145108c9b2a5f45 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 22 May 2022 09:57:51 -0700 Subject: Rename map plugins --- modern/src/other/GeofencesPage.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modern/src/other/GeofencesPage.js') diff --git a/modern/src/other/GeofencesPage.js b/modern/src/other/GeofencesPage.js index 900571e1..1e866de6 100644 --- a/modern/src/other/GeofencesPage.js +++ b/modern/src/other/GeofencesPage.js @@ -8,8 +8,8 @@ import ContainerDimensions from 'react-container-dimensions'; import ArrowBackIcon from '@material-ui/icons/ArrowBack'; import { useHistory } from 'react-router-dom'; import Map from '../map/core/Map'; -import CurrentLocationMap from '../map/CurrentLocationMap'; -import GeofenceEditMap from '../map/GeofenceEditMap'; +import MapCurrentLocation from '../map/MapCurrentLocation'; +import MapGeofenceEdit from '../map/MapGeofenceEdit'; import GeofencesList from './GeofencesList'; import { useTranslation } from '../common/components/LocalizationProvider'; import dimensions from '../common/theme/dimensions'; @@ -79,8 +79,8 @@ const GeofencesPage = () => {
- - + +
-- cgit v1.2.3