import SignupForm from '../components/user/SignupForm' const SignupPage = props => <SignupForm /> export default SignupPage