import { getSession } from "@/lib/auth"; export default async function Page(){ const { user } = await getSession(); return