Your IP : 18.191.157.31


Current Path : /home/e/p/h/ephorei/www/wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/assets/src/
Upload File :
Current File : /home/e/p/h/ephorei/www/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 /> );