Files
talk/client/coral-framework/reducers/index.js
T
2017-01-25 05:15:04 -03:00

12 lines
187 B
JavaScript

import auth from './auth';
import user from './user';
import asset from './asset';
import notification from './notification';
export default {
auth,
user,
asset,
notification
};