import { signIn, signOut, useSession } from "next-auth/react"; export default function NavBar() { const { data, status } = useSession(); return ( ) }