import type { LatLngTuple } from "leaflet"; import { MapContainer, TileLayer, Marker, Popup } from "react-leaflet"; export function Map({ height }: { height: string }) { const position: LatLngTuple = [51.505, -0.09]; return (