Created
April 14, 2020 14:57
-
-
Save jsmanifest/0db8e387d706a4104a2b9360c7ba61e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function List(props) { | |
return ( | |
<div> | |
<h5> | |
Group: <em>Pediatricians</em> | |
</h5> | |
<ul> | |
<p>Members</p> | |
<li>Michael Lopez</li> | |
<li>Sally Tran</li> | |
<li>Brian Lu</li> | |
<li>Troy Sakulbulwanthana</li> | |
<li>Lisa Wellington</li> | |
</ul> | |
</div> | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment