removed @ngrx/core

This commit is contained in:
Art Lowel
2017-07-26 10:34:58 +02:00
parent b108b0ada5
commit 49467397ff
3 changed files with 1 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import { combineReducers, ActionReducer } from '@ngrx/store';
import { routerReducer, RouterState } from '@ngrx/router-store';
import { storeFreeze } from 'ngrx-store-freeze';
import { compose } from '@ngrx/core';
import { compose } from '@ngrx/store';
import { headerReducer, HeaderState } from './header/header.reducer';
import { hostWindowReducer, HostWindowState } from './shared/host-window.reducer';