Files
talk/client/coral-framework/index.js
T
2017-01-24 19:01:45 -03:00

20 lines
496 B
JavaScript

import Notification from './modules/notification/Notification';
import store from './store';
import * as itemActions from './actions/items';
import I18n from './modules/i18n/i18n';
import * as notificationActions from './actions/notification';
import * as authActions from './actions/auth';
import * as assetActions from './actions/asset';
import pym from './PymConnection';
export {
Notification,
store,
itemActions,
I18n,
notificationActions,
authActions,
assetActions,
pym
};