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