// app.jsx — root composition function App() { useReveal(); return ( <> > ); } ReactDOM.createRoot(document.getElementById("root")).render();