/home/arranoyd/empl/wp-content/plugins/redux-framework/redux-templates/src/plugins/export/index.js
import ExportManager from './export-block-menu-item';
if (wp.plugins) {
	const { registerPlugin } = wp.plugins;

	registerPlugin( 'redux-templates-export', {
		render: ExportManager,
	} );
}