Skip to content

Commit

Permalink
fix: merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Sep 13, 2024
1 parent 9ad4952 commit c7172ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Maps/Content/MapView/MapWithList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Box, Flex } from 'theme-ui'
import { Clusters } from './Cluster.client'
import { latLongFilter } from './latLongFilter'
import { MapWithListHeader } from './MapWithListHeader'
import { Popup } from './Popup'
import { Popup } from './Popup.client'

import type { LatLngExpression } from 'leaflet'
import type { Map as MapType } from 'react-leaflet'
Expand Down

0 comments on commit c7172ee

Please sign in to comment.