import { SignInPage } from '@/features/auth/components/SignInPage'

export default function Page() {
  return <SignInPage type="signin" />
}
