Skip to content

Instantly share code, notes, and snippets.

@tgrecojs
Last active August 17, 2017 06:31
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 tgrecojs/9dac91fabe8db6f037bc72c240614060 to your computer and use it in GitHub Desktop.
Save tgrecojs/9dac91fabe8db6f037bc72c240614060 to your computer and use it in GitHub Desktop.
const Post = ({ title, content }) =>
<div>
<h2>{title}</h2>
<p>{content}</p>
</div>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment