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