import Signup from '../components/Signup'
const SignupPage = () => { return (
<div className="d-flex justify-content-center">
<Signup/>
</div> ) } export default SignupPage