home/abhiramc/public_html/wp-content/plugins/tablepress/admin/js/add.js 0000644 00000000545 15021271663 0022270 0 ustar 00 /**
* JavaScript code for the "Add New" screen.
*
* @package TablePress
* @subpackage Views JavaScript
* @author Tobias Bäthge
* @since 3.0.0
*/
/**
* Internal dependencies.
*/
import { initializeReactComponent } from './common/react-loader';
import Screen from './add/screen';
initializeReactComponent(
'tablepress-add-screen',
);