mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
ESlint: fix imports
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
import { DSpaceObject } from './core/shared/dspace-object.model';
|
||||
import { Community } from './core/shared/community.model';
|
||||
import { Collection } from './core/shared/collection.model';
|
||||
import { Item } from './core/shared/item.model';
|
||||
import { getCommunityPageRoute } from './community-page/community-page-routing-paths';
|
||||
import { getCollectionPageRoute } from './collection-page/collection-page-routing-paths';
|
||||
import { getItemModuleRoute, getItemPageRoute } from './item-page/item-page-routing-paths';
|
||||
import { hasValue } from './shared/empty.util';
|
||||
import { getCommunityPageRoute } from './community-page/community-page-routing-paths';
|
||||
import { Collection } from './core/shared/collection.model';
|
||||
import { Community } from './core/shared/community.model';
|
||||
import { DSpaceObject } from './core/shared/dspace-object.model';
|
||||
import { Item } from './core/shared/item.model';
|
||||
import { URLCombiner } from './core/url-combiner/url-combiner';
|
||||
import {
|
||||
getItemModuleRoute,
|
||||
getItemPageRoute,
|
||||
} from './item-page/item-page-routing-paths';
|
||||
import { hasValue } from './shared/empty.util';
|
||||
|
||||
export const BITSTREAM_MODULE_PATH = 'bitstreams';
|
||||
|
||||
|
Reference in New Issue
Block a user