D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
oems
/
wp-content
/
plugins
/
tablepress
/
admin
/
js
/
Filename :
import.js
back
Copy
/** * 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 /> );