refactor: rename aletr-type.ts to alert-type.ts

This commit is contained in:
Mirko Scherf
2023-07-20 14:53:28 +02:00
parent db6edbf184
commit 8bf4ba8126
21 changed files with 20 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ import { SectionsType } from '../sections-type';
import { renderSectionFor } from '../sections-decorator';
import { SectionDataObject } from '../models/section-data.model';
import { SubmissionObjectEntry } from '../../objects/submission-objects.reducer';
import { AlertType } from '../../../shared/alert/aletr-type';
import { AlertType } from '../../../shared/alert/alert-type';
import { RemoteData } from '../../../core/data/remote-data';
import { Group } from '../../../core/eperson/models/group.model';
import { SectionsService } from '../sections.service';