import React from 'react' import { Helmet } from 'react-helmet' export default function Form (props) { return (
FitTrackee - {props.formType}

{props.formType}



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