mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +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 { CommunityPageComponent as BaseComponent} from '../../../../app/community-page/community-page.component';
|
||||
import { fadeInOut } from '../../../../app/shared/animations/fade';
|
||||
|
||||
|
Reference in New Issue
Block a user