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