mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
87382: fixing circular dependencies
This commit is contained in:
@@ -3,8 +3,9 @@ import { hasValue, isNotEmpty } from '../../shared/empty.util';
|
||||
import { CoreState } from '../core.reducers';
|
||||
import { coreSelector } from '../core.selectors';
|
||||
import { URLCombiner } from '../url-combiner/url-combiner';
|
||||
import { IndexName, IndexState, MetaIndexState } from './index.reducer';
|
||||
import { IndexState, MetaIndexState } from './index.reducer';
|
||||
import * as parse from 'url-parse';
|
||||
import { IndexName } from './index-name.model';
|
||||
|
||||
/**
|
||||
* Return the given url without `embed` params.
|
||||
|
Reference in New Issue
Block a user