Created
May 10, 2018 20:08
-
-
Save enricopolanski/f345c90afa62acd3d4c0b6956c575d56 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
render() { | |
const navbarElements = ["hello"]; | |
return ( | |
<div> | |
<p>Welcome to my App</p> | |
<Header navbarBelements={navbarElements} /> | |
</div> | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment