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