diff --git a/alfa-client/libs/postfach/src/lib/postfach-mail-form/postfach-mail-form.component.ts b/alfa-client/libs/postfach/src/lib/postfach-mail-form/postfach-mail-form.component.ts index 14f07b8cc324d923c6a9d16d82e13b90da6f9add..e5c1c3514301810c4a832ac3b16952bc5e22515f 100644 --- a/alfa-client/libs/postfach/src/lib/postfach-mail-form/postfach-mail-form.component.ts +++ b/alfa-client/libs/postfach/src/lib/postfach-mail-form/postfach-mail-form.component.ts @@ -31,7 +31,6 @@ import { Observable, of, tap } from 'rxjs'; import { PostfachMailFormservice } from './postfach-mail.formservice'; import { POSTFACH_NACHRICHT_UPLOADED_ATTACHMENTS } from '@admin-client/postfach-shared'; -import { KommentarLinkRel } from '@alfa-client/kommentar-shared'; @Component({ selector: 'alfa-postfach-mail-form', @@ -44,7 +43,6 @@ export class PostfachMailFormComponent implements OnInit { public sendInProgress$: Observable<StateResource<CommandResource>> = of(createEmptyStateResource<CommandResource>()); - public readonly KommentarLinkRel = KommentarLinkRel; public readonly PostfachMailListLinkRel = PostfachMailListLinkRel; public readonly PostfachMailLinkRel = PostfachMailLinkRel; public readonly POSTFACH_NACHRICHT_UPLOADED_ATTACHMENTS = POSTFACH_NACHRICHT_UPLOADED_ATTACHMENTS;