Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
public_html
/
wp-content
/
plugins
/
astra-sites
/
inc
/
lib
/
ai-builder
/
inc
/
assets
/
src
/
Editing: index.js
import { createRoot } from '@wordpress/element'; import App from './app'; const root = createRoot( document.getElementById( 'ai-builder-root' ) ); root.render( <App /> );
Save
Cancel