"use client"; import { signIn } from "next-auth/react"; const Page = () => { return (

Sign in to your account

); }; export default Page;