AlkantarClanX12

Your IP : 3.145.76.159


Current Path : /home/thanudqk/public_html/wordpress_leaderboard/wp-content/plugins/tablepress/admin/js/
Upload File :
Current File : /home/thanudqk/public_html/wordpress_leaderboard/wp-content/plugins/tablepress/admin/js/import.js

/**
 * JavaScript code for the "Import" 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 './import/screen';

initializeReactComponent(
	'tablepress-import-screen',
	<Screen />
);