diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-09-03 09:57:50 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-09-03 09:57:50 -0700 |
commit | c75dbd5410dd0eed2576afdedcfeb6082b4f7225 (patch) | |
tree | 69611e16a4823d5cf78b17c9199a7a3ea72dc7ee /modern/src/GeofencePage.js | |
parent | a15843964ef7c2a51bf861dcb395c78062996c87 (diff) | |
download | trackermap-web-c75dbd5410dd0eed2576afdedcfeb6082b4f7225.tar.gz trackermap-web-c75dbd5410dd0eed2576afdedcfeb6082b4f7225.tar.bz2 trackermap-web-c75dbd5410dd0eed2576afdedcfeb6082b4f7225.zip |
Fix lint issues
Diffstat (limited to 'modern/src/GeofencePage.js')
-rw-r--r-- | modern/src/GeofencePage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/GeofencePage.js b/modern/src/GeofencePage.js index db752467..d421a8e1 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: { |