9 lines
135 B
JavaScript
Raw Normal View History

/*
*
* App constants
*
*/
2016-09-06 16:59:56 +02:00
export const LOAD_PLUGIN = 'app/App/LOAD_PLUGIN';
export const PLUGIN_LOADED = 'app/App/PLUGIN_LOADED';