function ProfileScreen(){ const [auto,setAuto] = React.useState(true); const [notify,setNotify] = React.useState(false); return (
} />
AM
Amina M.
34 · 72.4 kg · Lightly active
{[['Weight','72.4','kg','trending-down'],['Fibre avg','31','g/day','leaf'],['Streak','18','days','flame']].map(([l,v,u,ic])=> {v} {l} {u} )}
Conditions & preferences
Gluten-freePCOSAdd
setAuto(!auto)} /> setNotify(!notify)} /> Your last iron panel was 5 months ago. Adding fresh results sharpens the plan.
); } Object.assign(window,{ProfileScreen});