Skip to content

Instantly share code, notes, and snippets.

@Jpadilla1
Created September 15, 2015 01:07
Show Gist options
  • Save Jpadilla1/62097ca352c06858cf2d to your computer and use it in GitHub Desktop.
Save Jpadilla1/62097ca352c06858cf2d to your computer and use it in GitHub Desktop.
var SimpleExample = React.createClass({
render: function() {
return (
<div>
<PRMap />
</div>
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment