diff options
author | Desmond Kyeremeh <elDekyfin@gmail.com> | 2021-07-02 15:21:33 +0000 |
---|---|---|
committer | Desmond Kyeremeh <elDekyfin@gmail.com> | 2021-07-02 15:21:33 +0000 |
commit | a474d75a7cbb65f25fe6332df70b4fbc8dcb7707 (patch) | |
tree | ef0d40d7e0add5485dac84cdcc3e9c308daec035 /modern/src/GeofencesPage.js | |
parent | 52f565bcb5e14b77757676013d1328ead92e13fa (diff) | |
download | trackermap-web-a474d75a7cbb65f25fe6332df70b4fbc8dcb7707.tar.gz trackermap-web-a474d75a7cbb65f25fe6332df70b4fbc8dcb7707.tar.bz2 trackermap-web-a474d75a7cbb65f25fe6332df70b4fbc8dcb7707.zip |
Fixed linting
Diffstat (limited to 'modern/src/GeofencesPage.js')
-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 c66637da..59b8459a 100644 --- a/modern/src/GeofencesPage.js +++ b/modern/src/GeofencesPage.js @@ -1,5 +1,5 @@ import React from 'react'; -import { isWidthUp, makeStyles, withWidth } from '@material-ui/core'; +import { Divider, isWidthUp, makeStyles, withWidth, Typography, IconButton } from '@material-ui/core'; import Drawer from '@material-ui/core/Drawer'; import ContainerDimensions from 'react-container-dimensions'; import Map from './map/Map'; |