Services: Admin-Compliance, Backend-Compliance, AI-Compliance-SDK, Consent-SDK, Developer-Portal, PCA-Platform, DSMS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
277 B
TypeScript
10 lines
277 B
TypeScript
/**
|
|
* Einwilligungen Components
|
|
*
|
|
* UI-Komponenten fuer das Datenpunktkatalog & DSI-Generator Modul.
|
|
*/
|
|
|
|
export { DataPointCatalog } from './DataPointCatalog'
|
|
export { PrivacyPolicyPreview } from './PrivacyPolicyPreview'
|
|
export { RetentionMatrix } from './RetentionMatrix'
|