Last active
May 8, 2018 01:59
-
-
Save isacjunior/1e137603223dbcf6840c027c10e35305 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
const nav = ( | |
<nav className="menu"> | |
<ul> | |
<li><a href="#">Home</a></li> | |
<li><a href="#">About</a></li> | |
</ul> | |
</nav> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment