16 lines
331 B
JavaScript
Raw Normal View History

/**
*
* Initializers
*
* ------------
*
* Execute logic to make your plugin ready to be displayed
* The app will wait until all the plugins are ready before rendering
* the admin.
*
* These components will be mounted only once when the app is loaded.
*
*/
module.exports = require('./containers/Initializer').default;