| Current Path : /home/wxcglxzi/public_html/danangdentist.com/wp-content/plugins/tablepress/admin/js/ |
| Current File : //home/wxcglxzi/public_html/danangdentist.com/wp-content/plugins/tablepress/admin/js/export.js |
/**
* JavaScript code for the "Export" screen.
*
* @package TablePress
* @subpackage Views JavaScript
* @author Tobias Bäthge
* @since 1.0.0
*/
/**
* Internal dependencies.
*/
import { initializeReactComponent } from './common/react-loader';
import Screen from './export/screen';
initializeReactComponent(
'tablepress-export-screen',
<Screen />
);