From 472cfa18d9831b668a04d986536a3ba1bee35f04 Mon Sep 17 00:00:00 2001 From: lightlii <32508751+lightlii@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:30:20 +0200 Subject: [PATCH] fix: clean up unused variables --- .../components/MapFilter/MapView/BackgroundMapSelector.js | 1 - src/renderer/components/SettingsView/BackgroundMaps.js | 1 - 2 files changed, 2 deletions(-) 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({