// app.jsx — kompozycja landing page'a function App() { return (
); } ReactDOM.createRoot(document.getElementById('root')).render();