const Form = ({ form, updateForm, submitForm }) => (
      <form>
        <input
          type="email"
          name="email"