mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
[DURACOM-191] fix lint errors manually and automatically
This commit is contained in:
@@ -4,19 +4,12 @@ import { Router } from '@angular/router';
|
||||
import {
|
||||
TranslateModule,
|
||||
TranslateService,
|
||||
TranslateService,
|
||||
} from '@ngx-translate/core';
|
||||
|
||||
import {
|
||||
DSONameService,
|
||||
DSONameService,
|
||||
} from '../../core/breadcrumbs/dso-name.service';
|
||||
import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
|
||||
import { CollectionDataService } from '../../core/data/collection-data.service';
|
||||
import { CommunityDataService } from '../../core/data/community-data.service';
|
||||
import {
|
||||
RequestService,
|
||||
RequestService,
|
||||
} from '../../core/data/request.service';
|
||||
import { RequestService } from '../../core/data/request.service';
|
||||
import { RouteService } from '../../core/services/route.service';
|
||||
import { Collection } from '../../core/shared/collection.model';
|
||||
import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component';
|
||||
|
Reference in New Issue
Block a user