mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
ESlint: fix imports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { first } from 'rxjs/operators';
|
||||
import { WorkflowItemPageResolver } from './workflow-item-page.resolver';
|
||||
|
||||
import { WorkflowItemDataService } from '../core/submission/workflowitem-data.service';
|
||||
import { createSuccessfulRemoteDataObject$ } from '../shared/remote-data.utils';
|
||||
import { WorkflowItemPageResolver } from './workflow-item-page.resolver';
|
||||
|
||||
describe('WorkflowItemPageResolver', () => {
|
||||
describe('resolve', () => {
|
||||
|
Reference in New Issue
Block a user