| Current Path : /var/www/html/cisuenolar.sumar.com.py/wp-content/plugins/tablepress/admin/js/ |
| Current File : /var/www/html/cisuenolar.sumar.com.py/wp-content/plugins/tablepress/admin/js/add.js |
/**
* 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',
<Screen />
);