Skip to content
Snippets Groups Projects
Verified Commit ba61e60a authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-5977 remove unused import

Sub task: OZG-7784
parent 230611fb
No related branches found
No related tags found
1 merge request!78OZG-5977 add multi file upload to postfach mail
...@@ -31,7 +31,6 @@ import { Observable, of, tap } from 'rxjs'; ...@@ -31,7 +31,6 @@ import { Observable, of, tap } from 'rxjs';
import { PostfachMailFormservice } from './postfach-mail.formservice'; import { PostfachMailFormservice } from './postfach-mail.formservice';
import { POSTFACH_NACHRICHT_UPLOADED_ATTACHMENTS } from '@admin-client/postfach-shared'; import { POSTFACH_NACHRICHT_UPLOADED_ATTACHMENTS } from '@admin-client/postfach-shared';
import { KommentarLinkRel } from '@alfa-client/kommentar-shared';
@Component({ @Component({
selector: 'alfa-postfach-mail-form', selector: 'alfa-postfach-mail-form',
...@@ -44,7 +43,6 @@ export class PostfachMailFormComponent implements OnInit { ...@@ -44,7 +43,6 @@ export class PostfachMailFormComponent implements OnInit {
public sendInProgress$: Observable<StateResource<CommandResource>> = of(createEmptyStateResource<CommandResource>()); public sendInProgress$: Observable<StateResource<CommandResource>> = of(createEmptyStateResource<CommandResource>());
public readonly KommentarLinkRel = KommentarLinkRel;
public readonly PostfachMailListLinkRel = PostfachMailListLinkRel; public readonly PostfachMailListLinkRel = PostfachMailListLinkRel;
public readonly PostfachMailLinkRel = PostfachMailLinkRel; public readonly PostfachMailLinkRel = PostfachMailLinkRel;
public readonly POSTFACH_NACHRICHT_UPLOADED_ATTACHMENTS = POSTFACH_NACHRICHT_UPLOADED_ATTACHMENTS; public readonly POSTFACH_NACHRICHT_UPLOADED_ATTACHMENTS = POSTFACH_NACHRICHT_UPLOADED_ATTACHMENTS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment