import React, { Component } from 'react' import SignUpFormContainer from '../../ui/signupform/SignUpFormContainer' class SignUp extends Component { render() { return(

Sign Up

We've got your wallet information, simply input your name and your account is made!

) } } export default SignUp