© 2026 Hedgehog Software, LLC
export async function Example() { const session = await getServerSession(authOption); console.log(session); }
export default function Page() { return <div onClick={() => Example()}>hello</div>; }