Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import {UPDATE_MESSAGES, DESTROY_MESSAGE} from '../../constants/notificationConstants';
|
||||
|
||||
export const destroyMessage = () => ({type: DESTROY_MESSAGE, messages: []});
|
||||
export const updateMessages = (json, messageObj) => ({type: UPDATE_MESSAGES, updateMessages: {messageJson: json, messageObj}});
|
||||
Reference in New Issue
Block a user