Skip to content

Instantly share code, notes, and snippets.

@adriantoine
Created October 16, 2019 06:03
Show Gist options
  • Save adriantoine/4f3543e0256991fa3f6e7907fabe3530 to your computer and use it in GitHub Desktop.
Save adriantoine/4f3543e0256991fa3f6e7907fabe3530 to your computer and use it in GitHub Desktop.
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