Skip to content

Instantly share code, notes, and snippets.

@CodyReichert
Created July 22, 2015 21:35
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 CodyReichert/803c72c397291e7d240e to your computer and use it in GitHub Desktop.
Save CodyReichert/803c72c397291e7d240e to your computer and use it in GitHub Desktop.
let MapComponent = React.createClass({
render: function() {
return (
<p>Hi</p>
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment