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