mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
[DURACOM-191] run optimize imports and lint fix
This commit is contained in:
@@ -5,15 +5,15 @@ import {
|
||||
import { TranslateService } from '@ngx-translate/core';
|
||||
import { Subscription } from 'rxjs';
|
||||
|
||||
import { AlertType } from '../alert/alert-type';
|
||||
import { AlertComponent } from '../alert/alert.component';
|
||||
import { AlertType } from '../alert/alert-type';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-error',
|
||||
styleUrls: ['./error.component.scss'],
|
||||
templateUrl: './error.component.html',
|
||||
standalone: true,
|
||||
imports: [AlertComponent]
|
||||
selector: 'ds-error',
|
||||
styleUrls: ['./error.component.scss'],
|
||||
templateUrl: './error.component.html',
|
||||
standalone: true,
|
||||
imports: [AlertComponent],
|
||||
})
|
||||
export class ErrorComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user