We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9b394 commit 822b363Copy full SHA for 822b363
1 file changed
next-app/app/docs/exec-overlay/executive-summary/page.tsx
@@ -1,5 +1,8 @@
1
export const metadata = { title: 'Executive Summary - Governance Commissioning' } as const;
2
3
+/**
4
+ * Renders the Executive Summary component for the Responsible AI Governance Commissioning Overlay.
5
+ */
6
export default function ExecutiveSummary() {
7
return (
8
<main className="mx-auto max-w-4xl space-y-6 p-6">
0 commit comments