import { MapContainer, TileLayer, } from 'react-leaflet'; import "./Map.css"; function MapPlaceholder() { return (

Map of London.{' '}

) } function Map() { return ( }> ) } export default Map;