import React from 'react'; const ResetPasswordForm = () => { return ( <>
Reset Password Comming Soon!!!
) } export default ResetPasswordForm;