From 34d770630fc55a636bf7a860e82d301ee2f3a5a4 Mon Sep 17 00:00:00 2001 From: catarak Date: Thu, 9 Jun 2016 23:52:04 -0400 Subject: [PATCH] move signup form to separate file --- shared/containers/SignupView/SignupView.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/containers/SignupView/SignupView.jsx b/shared/containers/SignupView/SignupView.jsx index 4c31fc1c..00018e9e 100644 --- a/shared/containers/SignupView/SignupView.jsx +++ b/shared/containers/SignupView/SignupView.jsx @@ -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 ( )