Your IP : 3.137.210.249


Current Path : /var/www/wptbox/wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/assets/src/
Upload File :
Current File : /var/www/wptbox/wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/assets/src/index.js

import { createRoot } from '@wordpress/element';
import App from './app';

const root = createRoot( document.getElementById( 'ai-builder-root' ) );
root.render( <App /> );