mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-07 07:28:16 +00:00
7 lines
146 B
React
7 lines
146 B
React
|
import { combineReducers } from 'redux-immutable';
|
||
|
import statuses from './statuses';
|
||
|
|
||
|
export default combineReducers({
|
||
|
statuses
|
||
|
});
|