"use client"; import { useSession } from "next-auth/react"; export default function WhoAmI() { const { data } = useSession(); return (