Rev 5 | | Comparar con el anterior | Ultima modificación | Ver Log |
export const notificationActionTypes = {
ADD_NOTIFICATION: 'ADD_NOTIFICATION',
REMOVE_NOTIFICATION: 'REMOVE_NOTIFICATION'
};