import { auth } from "@/lib/auth"; export default async function ProfileOverview() { const session = await auth(); return (
  • ); }