Adding React.js, Redux, revamping dashboard
This commit is contained in:
parent
68c93f8b85
commit
49520d6e62
34 changed files with 297 additions and 75 deletions
6
app/assets/javascripts/components/reducers/index.jsx
Normal file
6
app/assets/javascripts/components/reducers/index.jsx
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { combineReducers } from 'redux-immutable';
|
||||
import statuses from './statuses';
|
||||
|
||||
export default combineReducers({
|
||||
statuses
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue