mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 14:59:07 +00:00
9 lines
206 B
JavaScript
Executable File
9 lines
206 B
JavaScript
Executable File
/*
|
|
*
|
|
* NotificationProvider constants
|
|
*
|
|
*/
|
|
|
|
export const SHOW_NOTIFICATION = 'app/NotificationProvider/SHOW_NOTIFICATION';
|
|
export const HIDE_NOTIFICATION = 'app/NotificationProvider/HIDE_NOTIFICATION';
|