import React from "react" import PropTypes from "prop-types" export const FormInput = ({ label, value, updateValue }) => { return (