index of
/
home
/
thefkyzp
/
hulmvisaadvisor.com
/
wp-content
/
plugins
/
astra-sites
/
inc
/
lib
/
nps-survey
/
src
/
File: /home/thefkyzp/hulmvisaadvisor.com/wp-content/plugins/astra-sites/inc/lib/nps-survey/src/index.js
import { createRoot } from '@wordpress/element'; import App from './app'; const root = createRoot( document.getElementById( 'nps-survey-root' ) ); root.render( <App /> );