/* Root App, mounts all sections in order and wires the reveal observer. */ function App() { useReveal(); return ( ); } const root = ReactDOM.createRoot(document.getElementById('root')); root.render();