Get rid of plugin actions in the framework

This commit is contained in:
Chi Vinh Le
2017-04-05 18:57:12 +07:00
parent f6a5d9f721
commit b3d1053fd7
-2
View File
@@ -1,11 +1,9 @@
import * as authActions from './auth';
import * as assetActions from './asset';
import * as notificationActions from './notification';
import {getPluginActions} from '../helpers/plugins';
export default {
authActions,
assetActions,
notificationActions,
pluginActions: getPluginActions(),
};