// ─── APP ──────────────────────────────────────────────────────────────── function App() { useReveal(); return ( <> > ); } const rootEl = document.getElementById("root"); ReactDOM.createRoot(rootEl).render();