signup.js 109 B

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