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