diff --git a/src/renderer/components/MapFilter/MapView/BackgroundMapSelector.js b/src/renderer/components/MapFilter/MapView/BackgroundMapSelector.js index ffa2c627..1668e409 100644 --- a/src/renderer/components/MapFilter/MapView/BackgroundMapSelector.js +++ b/src/renderer/components/MapFilter/MapView/BackgroundMapSelector.js @@ -14,7 +14,6 @@ import { Close } from '@material-ui/icons' import { MapPreviewCard } from './MapPreviewCard' import { useBackgroundMapStore, - useExperimentsFlagsStore, usePersistedUiStore } from '../../../hooks/store' import { useMapStylesQuery } from '../../../hooks/useMapStylesQuery' diff --git a/src/renderer/components/SettingsView/BackgroundMaps.js b/src/renderer/components/SettingsView/BackgroundMaps.js index c9443cfa..b447acda 100644 --- a/src/renderer/components/SettingsView/BackgroundMaps.js +++ b/src/renderer/components/SettingsView/BackgroundMaps.js @@ -5,7 +5,6 @@ import Typography from '@material-ui/core/Typography' import { BackgroundMapInfo } from '../BackgroundMaps/BackgroundMapInfo' import { SidePanel } from '../BackgroundMaps/SidePanel' -import { useMapServerQuery } from '../../hooks/useMapServerQuery' import { useMapStylesQuery } from '../../hooks/useMapStylesQuery' const m = defineMessages({