const App = () => { const { Navbar, Hero, Capabilities, Colours, Why, Installers, Shipping, Footer } = window; return (
); }; const root = ReactDOM.createRoot(document.getElementById("root")); root.render();