mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
fixed lint errors
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { combineReducers } from "@ngrx/store";
|
||||
import { CacheState, cacheReducer } from "./cache/cache.reducers";
|
||||
import { IndexState, indexReducer } from "./index/index.reducers";
|
||||
import { DataState, dataReducer } from "./data/data.reducers";
|
||||
import { combineReducers } from '@ngrx/store';
|
||||
|
||||
import { CacheState, cacheReducer } from './cache/cache.reducers';
|
||||
import { IndexState, indexReducer } from './index/index.reducers';
|
||||
import { DataState, dataReducer } from './data/data.reducers';
|
||||
|
||||
export interface CoreState {
|
||||
cache: CacheState,
|
||||
|
Reference in New Issue
Block a user