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

@@ -8,7 +8,7 @@ import { ItemTemplateDataService } from '../../core/data/item-template-data.serv
import { getCollectionEditRoute } from '../collection-page-routing-paths';
import { Item } from '../../core/shared/item.model';
import { getFirstSucceededRemoteDataPayload } from '../../core/shared/operators';
import { AlertType } from '../../shared/alert/aletr-type';
import { AlertType } from '../../shared/alert/alert-type';
import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
@Component({