import React from 'react'; import SignUp from './SignUp'; const Login = () => { return ; }; export default Login;