File "go-pro.js"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/admin-pages/entries/go-pro.js
File size: 427 bytes
MIME-type: text/x-java
Charset: utf-8
/**
* WordPress dependencies
*/
import { render } from '@wordpress/element';
import domReady from '@wordpress/dom-ready';
import { setLocaleData } from '@wordpress/i18n';
// Silence warnings until JS i18n is stable.
setLocaleData( { '': {} }, 'ithemes-security-pro' );
/**
* Internal dependencies
*/
import App from './go-pro/app.js';
domReady( () => render( <App />, document.getElementById( 'itsec-go-pro-root' ) ) );