Move to redux-epic

This commit is contained in:
Berkeley Martinez
2016-05-04 16:46:19 -07:00
parent d511be3332
commit b6f9cfdf71
14 changed files with 10 additions and 430 deletions

View File

@@ -3,6 +3,7 @@ import { Row } from 'react-bootstrap';
import { ToastMessage, ToastContainer } from 'react-toastr';
import { compose } from 'redux';
import { connect } from 'react-redux';
import { contain } from 'redux-epic';
import { createSelector } from 'reselect';
import {
@@ -10,7 +11,6 @@ import {
updateWindowHeight,
updateNavHeight
} from './redux/actions';
import contain from './utils/professor-x';
import getWindowHeight from './utils/get-window-height';
import Nav from './components/Nav';