9 lines
206 B
JavaScript
Raw Normal View History

2016-09-30 18:25:04 +02:00
/*
*
* NotificationProvider constants
*
*/
export const SHOW_NOTIFICATION = 'app/NotificationProvider/SHOW_NOTIFICATION';
export const HIDE_NOTIFICATION = 'app/NotificationProvider/HIDE_NOTIFICATION';