diff --git a/src/entry/ResetPassword.js b/src/entry/ResetPassword.js new file mode 100644 index 0000000..f78e385 --- /dev/null +++ b/src/entry/ResetPassword.js @@ -0,0 +1,14 @@ +import React, { Component, Fragment } from 'react'; + +class ResetPassword extends Component { + + render() { + return ( + +

reset password form should go here

+
+ ) + } + +} +export default ResetPassword \ No newline at end of file