// Root app function App() { useReveal(); return ( {/* spacer so sticky bar doesn't overlap final content */} ); } function Footer() { return ( ); } const root = ReactDOM.createRoot(document.getElementById("root")); root.render();