signup.js 114 B

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