Merged in chore/cleanup-unused (pull request #3461)
chore: Cleanup unused vars, exports, types * Cleanup some unused exports * Remove more * Readd CampaignPageIncludedHotelsRef * Add alias comment to procedure exports * Remove unused exports Approved-by: Linus Flood
This commit is contained in:
@@ -12,7 +12,7 @@ import { PoiMarker } from "../../Markers/PoiMarker"
|
||||
import styles from "./poiMapMarkers.module.css"
|
||||
import { MarkerInfo, PointOfInterest } from "../../types"
|
||||
|
||||
export type PoiMapMarkersProps = {
|
||||
type PoiMapMarkersProps = {
|
||||
activePoi?: string | null
|
||||
coordinates: { lat: number; lng: number }
|
||||
onActivePoiChange?: (poiName: string | null) => void
|
||||
|
||||
Reference in New Issue
Block a user