Code styling changes
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { Marker, Popup, useMapEvents } from "react-leaflet"
|
||||
import { Marker, Popup, useMapEvents } from 'react-leaflet'
|
||||
import { LatLng } from 'leaflet'
|
||||
import { SetState } from "../utils/types"
|
||||
|
||||
import { SetState } from '../utils/types'
|
||||
|
||||
type LocationMarkerProps = {
|
||||
address: string,
|
||||
@ -32,4 +33,4 @@ const LocationMarker = ({ address, position, setPosition }: LocationMarkerProps)
|
||||
)
|
||||
}
|
||||
|
||||
export default LocationMarker
|
||||
export default LocationMarker
|
||||
|
Reference in New Issue
Block a user