PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
astra-sites
/
inc
/
lib
/
onboarding
/
assets
/
src
import React from 'react'; import { BrowserRouter as Router } from 'react-router-dom'; import Steps from './steps/index'; import './style.scss'; const App = () => { return ( <Router> <div className={ `starter-templates-ai-steps ${ !! astraSitesVars?.isRTLEnabled ? 'st-rtl' : '' }` } > <Steps /> </div> </Router> ); }; export default App;
[+]
..
[-] 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]