Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Created February 26, 2021 10:43
Show Gist options
  • Save KevinVR/0b11c2e0d27189bc88944d60da9fcab4 to your computer and use it in GitHub Desktop.
Save KevinVR/0b11c2e0d27189bc88944d60da9fcab4 to your computer and use it in GitHub Desktop.
function MyComponent = (props) => {
return <h1>Heading 1 Text</h1>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment