mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
ESlint: fix imports
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
} from '@angular/core';
|
||||
|
||||
import { ItemPageComponent as BaseComponent } from '../../../../../app/item-page/simple/item-page.component';
|
||||
import { fadeInOut } from '../../../../../app/shared/animations/fade';
|
||||
|
||||
|
Reference in New Issue
Block a user