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