constperson={name:'Gregorio Y. Zara',theme:{backgroundColor:'black',color:'pink'}};exportdefaultfunctionTodoList(){return(<divstyle={person.theme}><h1>{person.name}'sTodos</h1><imgclassName="avatar"src="https://i.imgur.com/7vQD0fPs.jpg"alt="Gregorio Y. Zara"/><ul><li>Improvethevideophone</li><li>Prepareaeronauticslectures</li><li>Workonthealcohol-fuelledengine</li></ul></div>);}
functionItem({name,isPacked}){return(<liclassName="item">{name}{isPacked&&'✅'}</li>);}exportdefaultfunctionPackingList(){return(<section><h1>SallyRide'sPackingList</h1><ul><ItemisPacked={true}name="Space suit"/><ItemisPacked={true}name="Helmet with a golden leaf"/><ItemisPacked={false}name="Photo of Tam"/></ul></section>);}
exportconstpeople=[{id:0,name:'Creola Katherine Johnson',profession:'mathematician',accomplishment:'spaceflight calculations',imageId:'MK3eW3A'},{id:1,name:'Mario José Molina-Pasquel Henríquez',profession:'chemist',accomplishment:'discovery of Arctic ozone hole',imageId:'mynHUSa'},{id:2,name:'Mohammad Abdus Salam',profession:'physicist',accomplishment:'electromagnetism theory',imageId:'bE7W1ji'},{id:3,name:'Percy Lavon Julian',profession:'chemist',accomplishment:'pioneering cortisone drugs, steroids and birth control pills',imageId:'IOjWm71'},{id:4,name:'Subrahmanyan Chandrasekhar',profession:'astrophysicist',accomplishment:'white dwarf star mass calculations',imageId:'lrWQx8l'}];