com.graphhopper.maps.pt.view.components.SecondaryText.js Maven / Gradle / Ivy
export default function ({
children
}) {
return React.createElement("span", {
className: "secondaryText"
}, children);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy