Current Path : /var/www/wptbox/wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/assets/src/ |
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 /> );