diff options
author | Anton Tananaev <anton@traccar.org> | 2023-02-04 15:15:35 -0800 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-02-04 15:15:35 -0800 |
commit | 208251f1c7bef92fb9d52cc40acc3176387a6680 (patch) | |
tree | 6f707d2e59111f6c3545303098e7b9c7d40ad45a /modern/src/other | |
parent | 80815532407d2f92a387ce0c40c87bb81aecad51 (diff) | |
download | trackermap-web-208251f1c7bef92fb9d52cc40acc3176387a6680.tar.gz trackermap-web-208251f1c7bef92fb9d52cc40acc3176387a6680.tar.bz2 trackermap-web-208251f1c7bef92fb9d52cc40acc3176387a6680.zip |
Update web dependencies
Diffstat (limited to 'modern/src/other')
-rw-r--r-- | modern/src/other/GeofencesPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/other/GeofencesPage.js b/modern/src/other/GeofencesPage.js index dd6d96c7..99626e49 100644 --- a/modern/src/other/GeofencesPage.js +++ b/modern/src/other/GeofencesPage.js @@ -11,7 +11,7 @@ import UploadFileIcon from '@mui/icons-material/UploadFile'; import { useNavigate } from 'react-router-dom'; import MapView from '../map/core/MapView'; import MapCurrentLocation from '../map/MapCurrentLocation'; -import MapGeofenceEdit from '../map/MapGeofenceEdit'; +import MapGeofenceEdit from '../map/draw/MapGeofenceEdit'; import GeofencesList from './GeofencesList'; import { useTranslation } from '../common/components/LocalizationProvider'; import MapGeocoder from '../map/geocoder/MapGeocoder'; |