import {SignIn} from './SignIn';

export default async function SignInPage() {
  return <SignIn />;
}
