Last active
April 14, 2018 18:30
-
-
Save agoiabel/082d28e8b96e4f97d006ad5c206dc0f8 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 = () => ( | |
| <div> | |
| Some Jsx return | |
| </div> | |
| ); | |
| export default myComponent; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment