import React from 'react'; import PropTypes from 'prop-types'; export const Field = ({ label, children }) => (