const DescriptionRow = ({ label, children }) => (

{ label }

{ children }
); export default DescriptionRow;