aboutsummaryrefslogtreecommitdiff
path: root/modern/src/GeofencePage.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-09-03 09:57:50 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2021-09-03 09:57:50 -0700
commitc75dbd5410dd0eed2576afdedcfeb6082b4f7225 (patch)
tree69611e16a4823d5cf78b17c9199a7a3ea72dc7ee /modern/src/GeofencePage.js
parenta15843964ef7c2a51bf861dcb395c78062996c87 (diff)
downloadetbsa-traccar-web-c75dbd5410dd0eed2576afdedcfeb6082b4f7225.tar.gz
etbsa-traccar-web-c75dbd5410dd0eed2576afdedcfeb6082b4f7225.tar.bz2
etbsa-traccar-web-c75dbd5410dd0eed2576afdedcfeb6082b4f7225.zip
Fix lint issues
Diffstat (limited to 'modern/src/GeofencePage.js')
-rw-r--r--modern/src/GeofencePage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/GeofencePage.js b/modern/src/GeofencePage.js
index db75246..d421a8e 100644
--- a/modern/src/GeofencePage.js
+++ b/modern/src/GeofencePage.js
@@ -8,7 +8,7 @@ import ExpandMoreIcon from '@material-ui/icons/ExpandMore';
import EditItemView from './EditItemView';
import EditAttributesView from './attributes/EditAttributesView';
import { useTranslation } from './LocalizationProvider';
-import { useGeofenceAttributes } from './attributes/geofenceAttributes';
+import useGeofenceAttributes from './attributes/useGeofenceAttributes';
const useStyles = makeStyles(() => ({
details: {