import { DevPortalLayout } from '@/components/DevPortalLayout' import { IntroArchitectureSection } from './_components/IntroArchitectureSection' import { LegalCorpusSection } from './_components/LegalCorpusSection' import { ComplianceEngineSection } from './_components/ComplianceEngineSection' import { EscalationControlsSection } from './_components/EscalationControlsSection' import { ObligationsDsgvoSection } from './_components/ObligationsDsgvoSection' import { MultiTenancyLlmAuditSection } from './_components/MultiTenancyLlmAuditSection' export default function ComplianceServiceDocsPage() { return ( ) }