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