mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Reducer and constants
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const FETCH_ASSET_REQUEST = 'FETCH_ASSET_REQUEST';
|
||||
export const FETCH_ASSET_FAILURE = 'FETCH_ASSET_FAILURE';
|
||||
export const FETCH_ASSET_SUCCESS = 'FETCH_ASSET_SUCCESS';
|
||||
@@ -5,9 +5,9 @@ import auth from './auth';
|
||||
import user from './user';
|
||||
|
||||
export default {
|
||||
config,
|
||||
items,
|
||||
notification,
|
||||
auth,
|
||||
user
|
||||
user,
|
||||
items,
|
||||
config,
|
||||
notification
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user