/* Qualios landing — app mount */ function App() { useReveal(); return ( ); } ReactDOM.createRoot(document.getElementById('root')).render();