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
Branches
Tags
1 merge request!78OZG-5977 add multi file upload to postfach mail
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment