From ba61e60a5dd3e8e08c4fa31f203bc74b7d50814e Mon Sep 17 00:00:00 2001 From: sebo <sebastian.bergandy@external.mgm-cp.com> Date: Thu, 27 Feb 2025 10:04:43 +0100 Subject: [PATCH] OZG-5977 remove unused import Sub task: OZG-7784 --- .../src/lib/postfach-mail-form/postfach-mail-form.component.ts | 2 -- 1 file changed, 2 deletions(-) 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 14f07b8cc3..e5c1c35143 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; -- GitLab