Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Last active April 14, 2018 18:30
Show Gist options
  • Select an option

  • Save agoiabel/082d28e8b96e4f97d006ad5c206dc0f8 to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/082d28e8b96e4f97d006ad5c206dc0f8 to your computer and use it in GitHub Desktop.
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