Restores index.ts (component exports) and page.tsx (793 lines) for the SDK document generator module. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
254 B
TypeScript
10 lines
254 B
TypeScript
/**
|
|
* Document Generator Components
|
|
*
|
|
* Diese Komponenten integrieren die Einwilligungen-Datenpunkte
|
|
* in den Dokumentengenerator.
|
|
*/
|
|
|
|
export { DataPointsPreview } from './DataPointsPreview'
|
|
export { DocumentValidation } from './DocumentValidation'
|