Last active
October 29, 2020 22:17
-
-
Save MeetMartin/4c4426d400de0403a09700e51feb4b88 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 myComponent = props => ( | |
| <h1>Hello, {props.userName}</h1> | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment