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

@@ -3,7 +3,7 @@ import { Component, Injector, Input, OnInit, ViewChild } from '@angular/core';
import { SectionsDirective } from '../sections.directive';
import { SectionDataObject } from '../models/section-data.model';
import { rendersSectionType } from '../sections-decorator';
import { AlertType } from '../../../shared/alert/aletr-type';
import { AlertType } from '../../../shared/alert/alert-type';
/**
* This component represents a section that contains the submission license form.