mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
Get rid of plugin actions in the framework
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user