/* ============== Consultation page composition ============== */ function ConsultationApp() { return ( <> > ); } ReactDOM.createRoot(document.getElementById('root')).render();