diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-08-29 15:27:33 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-08-29 15:27:33 -0700 |
commit | 2b34c3d6c00c29b1590403e5d62e18b91145abcc (patch) | |
tree | 6449e0524f7a58d9322b85d03090042236f0e41d /modern | |
parent | 83da550a8d080bf553486c16247d5815de0b212d (diff) | |
download | trackermap-web-2b34c3d6c00c29b1590403e5d62e18b91145abcc.tar.gz trackermap-web-2b34c3d6c00c29b1590403e5d62e18b91145abcc.tar.bz2 trackermap-web-2b34c3d6c00c29b1590403e5d62e18b91145abcc.zip |
Fix formatting
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/GeofencesPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/GeofencesPage.js b/modern/src/GeofencesPage.js index 31a99fa9..f441a2fd 100644 --- a/modern/src/GeofencesPage.js +++ b/modern/src/GeofencesPage.js @@ -5,13 +5,13 @@ import { import Drawer from '@material-ui/core/Drawer'; import ContainerDimensions from 'react-container-dimensions'; import ArrowBackIcon from '@material-ui/icons/ArrowBack'; +import { useHistory } from 'react-router-dom'; import Map from './map/Map'; import CurrentLocationMap from './map/CurrentLocationMap'; import GeofenceEditMap from './map/GeofenceEditMap'; import GeofencesList from './GeofencesList'; import t from './common/localization'; -import { useHistory } from 'react-router-dom'; const useStyles = makeStyles((theme) => ({ root: { |