mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 23:40:04 +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';
|