PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
astra-sites
/
inc
/
lib
/
onboarding
/
assets
/
src
import React from 'react'; import { createRoot } from 'react-dom'; import reducer, { initialState } from './store/reducer'; import { StateProvider } from './store/store'; import App from './app'; import { Toaster } from 'react-hot-toast'; const root = createRoot( document.getElementById( 'starter-templates-ai-root' ) ); root.render( <StateProvider reducer={ reducer } initialState={ initialState }> <App /> <Toaster position="top-right" reverseOrder={ false } gutter={ 8 } /> </StateProvider> );
[+]
..
[-] app.js
[edit]
[+]
store
[+]
utils
[-] index.js
[edit]
[+]
template-preview
[+]
steps
[-] style.scss
[edit]
[+]
ui
[-] variables.scss
[edit]
[+]
components
[-] api.js
[edit]
[-] wordpress-rest-api-cookie-auth.js
[edit]
[-] whats-new.scss
[edit]