Created
October 16, 2019 06:03
-
-
Save adriantoine/4f3543e0256991fa3f6e7907fabe3530 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 = () => { | |
return ( | |
<div> | |
This component only renders the introduction text of my website. | |
</div> | |
); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment