From 652910400f87fa3e143a75d6587cd8d0f50d5778 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 19 Jun 2022 09:38:27 -0700 Subject: Add search to geofences --- modern/src/other/GeofencesPage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modern') diff --git a/modern/src/other/GeofencesPage.js b/modern/src/other/GeofencesPage.js index 21df8f34..4ecba888 100644 --- a/modern/src/other/GeofencesPage.js +++ b/modern/src/other/GeofencesPage.js @@ -13,6 +13,7 @@ import MapGeofenceEdit from '../map/MapGeofenceEdit'; import GeofencesList from './GeofencesList'; import { useTranslation } from '../common/components/LocalizationProvider'; import dimensions from '../common/theme/dimensions'; +import MapGeocoder from '../map/geocoder/MapGeocoder'; const useStyles = makeStyles((theme) => ({ root: { @@ -70,9 +71,10 @@ const GeofencesPage = () => {
- + +
-- cgit v1.2.3