import "../styles/Map.module.scss"; function Map({ width = "100%", height = "100%", showAddressText }) { return (
{showAddressText ? ( Auf dem Glockenberg 8, 38707 Altenau ) : ( "" )}
); } export default Map;