mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 17:58:07 +00:00
10 lines
189 B
JavaScript
10 lines
189 B
JavaScript
/*
|
|
*
|
|
* App constants
|
|
*
|
|
*/
|
|
|
|
export const LOAD_PLUGIN = 'app/App/LOAD_PLUGIN';
|
|
export const UPDATE_PLUGIN = 'app/App/UPDATE_PLUGIN';
|
|
export const PLUGIN_LOADED = 'app/App/PLUGIN_LOADED';
|