mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 14:28:40 +00:00
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
/*
|
|
*
|
|
* NotificationProvider constants
|
|
*
|
|
*/
|
|
|
|
export const SHOW_NOTIFICATION = 'app/NotificationProvider/SHOW_NOTIFICATION';
|
|
export const HIDE_NOTIFICATION = 'app/NotificationProvider/HIDE_NOTIFICATION';
|