This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/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
});