move signup form to separate file
This commit is contained in:
parent
25951cd45b
commit
34d770630f
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ import SignupForm from '../../components/SignupForm/SignupForm'
|
|||
|
||||
class SignupView extends React.Component {
|
||||
render() {
|
||||
const {fields: { username, email, password, confirmPassword }, handleSubmit} = this.props;
|
||||
return (
|
||||
<SignupForm {...this.props} />
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue