diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-23 17:29:42 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-23 17:29:42 -0700 |
commit | ca03ee35cbb795d76de02e160cd46a26c9839570 (patch) | |
tree | 745048c9f757c1af61180263d0de95d03582dd78 /modern/src/settings/PreferencesPage.js | |
parent | ae22e17de1d9745b0f49c09ccc11ea92dd976907 (diff) | |
download | trackermap-web-ca03ee35cbb795d76de02e160cd46a26c9839570.tar.gz trackermap-web-ca03ee35cbb795d76de02e160cd46a26c9839570.tar.bz2 trackermap-web-ca03ee35cbb795d76de02e160cd46a26c9839570.zip |
Fix style issues
Diffstat (limited to 'modern/src/settings/PreferencesPage.js')
-rw-r--r-- | modern/src/settings/PreferencesPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/PreferencesPage.js b/modern/src/settings/PreferencesPage.js index e6638fe5..11b10e4b 100644 --- a/modern/src/settings/PreferencesPage.js +++ b/modern/src/settings/PreferencesPage.js @@ -11,6 +11,7 @@ import { MenuItem, Checkbox, FormControlLabel, + FormGroup, } from '@mui/material'; import makeStyles from '@mui/styles/makeStyles'; import ExpandMoreIcon from '@mui/icons-material/ExpandMore'; @@ -19,7 +20,6 @@ import usePersistedState from '../common/util/usePersistedState'; import PageLayout from '../common/components/PageLayout'; import SettingsMenu from './components/SettingsMenu'; import usePositionAttributes from '../common/attributes/usePositionAttributes'; -import { FormGroup } from '@material-ui/core'; const useStyles = makeStyles((theme) => ({ container: { |