1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-30 07:48:59 +09:00
whippy-edition/app/assets/javascripts/components/reducers/index.jsx

7 lines
146 B
React
Raw Normal View History

import { combineReducers } from 'redux-immutable';
import statuses from './statuses';
export default combineReducers({
statuses
});