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

@@ -2,7 +2,7 @@ import React from 'react';
import { RouterContext } from 'react-router';
import debug from 'debug';
import renderToString from '../../common/app/utils/render-to-string';
import { renderToString } from 'redux-epic';
import provideStore from '../../common/app/provide-store';
import createApp from '../../common/app';