Files
talk/client/coral-framework/index.js
T
2017-04-20 18:45:55 +07:00

13 lines
248 B
JavaScript

import pym from './services/PymConnection';
import I18n from './modules/i18n/i18n';
import actions from './actions';
// TODO (bc): Deprecate old actions. Spreading actions is now needed.
export default {
pym,
I18n,
actions,
...actions
};