Skip to content

Instantly share code, notes, and snippets.

@tlakomy
Created September 25, 2018 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlakomy/b6670e021f7d49d56e69c3aaf543af78 to your computer and use it in GitHub Desktop.
Save tlakomy/b6670e021f7d49d56e69c3aaf543af78 to your computer and use it in GitHub Desktop.
import React from 'react';
const MyComponent = () => (
<h1>Hello, Egghead!</h1>
);
export default MyComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment