mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
ESlint: fix imports
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { Observable, of as observableOf } from 'rxjs';
|
||||
import {
|
||||
Observable,
|
||||
of as observableOf,
|
||||
} from 'rxjs';
|
||||
|
||||
import { CacheableObject } from '../../core/cache/cacheable-object.model';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user