import React from 'react' export default function Form (props) { return (

{props.formType}



props.handleUserFormSubmit(event, props.formType)} > {props.formType === 'Register' &&
}
) }