import { signIn } from "next-auth/react" export default function AccessDenied() { return ( <>

Access Denied

{ e.preventDefault() signIn() }} > You must be signed in to view this page

) }