import SignIn from './SignIn';

const SignInPage = (): JSX.Element => <SignIn />;

export default SignInPage();
