Solved issue with non-existing search pages

This commit is contained in:
lotte
2019-06-18 08:58:35 +02:00
parent 37fd04593b
commit bb76015aa1
47 changed files with 99 additions and 62 deletions

View File

@@ -13,7 +13,7 @@ import {
objectUpdatesReducer,
ObjectUpdatesState
} from './data/object-updates/object-updates.reducer';
import { routeReducer, RouteState } from '../shared/services/route.reducer';
import { routeReducer, RouteState } from './services/route.reducer';
export interface CoreState {
'cache/object': ObjectCacheState,