aboutsummaryrefslogtreecommitdiff
path: root/modern/src/GeofencesPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/GeofencesPage.js')
-rw-r--r--modern/src/GeofencesPage.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/GeofencesPage.js b/modern/src/GeofencesPage.js
index 42dfb6b..47f3d26 100644
--- a/modern/src/GeofencesPage.js
+++ b/modern/src/GeofencesPage.js
@@ -11,6 +11,7 @@ import CurrentLocationMap from './map/CurrentLocationMap';
import GeofenceEditMap from './map/GeofenceEditMap';
import GeofencesList from './GeofencesList';
import { useTranslation } from './LocalizationProvider';
+import SelectedGeofenceMap from './map/SelectedGeofenceMap';
const useStyles = makeStyles((theme) => ({
root: {
@@ -76,6 +77,7 @@ const GeofencesPage = ({ width }) => {
<Map>
<CurrentLocationMap />
<GeofenceEditMap />
+ <SelectedGeofenceMap />
</Map>
</ContainerDimensions>
</div>