Project

General

Profile

Download (272 Bytes) Statistics
| Branch: | Tag: | Revision:
import { combineReducers } from 'redux';
import statistics from './statistics';
import hosts from './hosts';
import notifications from './notifications/';
import toasts from './toasts';
export default combineReducers({
statistics,
hosts,
notifications,
toasts
});
    (1-1/1)