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