mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
handling sensors with redux
This commit is contained in:
@@ -4,7 +4,7 @@ import {applyMiddleware, createStore} from 'redux';
|
||||
import {browserHistory} from 'react-router';
|
||||
import {syncHistoryWithStore} from 'react-router-redux';
|
||||
|
||||
import reducers from './reducers';
|
||||
import reducers from './reducers/reducers';
|
||||
|
||||
const middleware = applyMiddleware(thunk, logger());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user