// index.jsx — mount the React tree.
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(<App />);
