From 2b34c3d6c00c29b1590403e5d62e18b91145abcc Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 29 Aug 2021 15:27:33 -0700 Subject: Fix formatting --- modern/src/GeofencesPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern') 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: { -- cgit v1.2.3