aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-08-29 15:27:33 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2021-08-29 15:27:33 -0700
commit2b34c3d6c00c29b1590403e5d62e18b91145abcc (patch)
tree6449e0524f7a58d9322b85d03090042236f0e41d
parent83da550a8d080bf553486c16247d5815de0b212d (diff)
downloadetbsa-traccar-web-2b34c3d6c00c29b1590403e5d62e18b91145abcc.tar.gz
etbsa-traccar-web-2b34c3d6c00c29b1590403e5d62e18b91145abcc.tar.bz2
etbsa-traccar-web-2b34c3d6c00c29b1590403e5d62e18b91145abcc.zip
Fix formatting
-rw-r--r--modern/src/GeofencesPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/GeofencesPage.js b/modern/src/GeofencesPage.js
index 31a99fa..f441a2f 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: {