add endpoint to get document drafts

This commit is contained in:
Peter Maquiran
2024-09-11 16:04:43 +01:00
parent 899b3ec3c0
commit f3e09cadf2
222 changed files with 799 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
import { NgModule, LOCALE_ID } from '@angular/core';
@NgModule({
imports: [],
declarations: [],
schemas: [],
providers: []
})
export class AgendaModule {}