aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings/GeofencePage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/settings/GeofencePage.js')
-rw-r--r--modern/src/settings/GeofencePage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/GeofencePage.js b/modern/src/settings/GeofencePage.js
index 27259ed2..0fa986d2 100644
--- a/modern/src/settings/GeofencePage.js
+++ b/modern/src/settings/GeofencePage.js
@@ -6,7 +6,7 @@ import {
} from '@material-ui/core';
import ExpandMoreIcon from '@material-ui/icons/ExpandMore';
import EditItemView from './components/EditItemView';
-import EditAttributesView from '../common/attributes/EditAttributesView';
+import EditAttributesView from './components/EditAttributesView';
import { useTranslation } from '../common/components/LocalizationProvider';
import useGeofenceAttributes from '../common/attributes/useGeofenceAttributes';