// App.jsx — composição principal function App() { useReveal(); return ( ); } ReactDOM.createRoot(document.getElementById('root')).render();