Skip to content

Commit

Permalink
fix: clean up unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlii committed Aug 29, 2023
1 parent d07b385 commit 472cfa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion src/renderer/components/SettingsView/BackgroundMaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 472cfa1

Please sign in to comment.