import { signOut } from 'next-auth/client' export default function SignOut(): JSX.Element { return (
) }