Created
February 16, 2018 17:22
-
-
Save isacjunior/1ad11aa2845ae77432c9d260794da84c 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
return ( | |
<div> | |
<h2>List</h2> | |
<ul class="list"> | |
<li>Name One</li> | |
<li>Name Two</li> | |
</ul> | |
</div> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment