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