Skip to content

Instantly share code, notes, and snippets.

@inadarei
Created July 30, 2015 13:33
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 inadarei/3f81146df524174399c4 to your computer and use it in GitHub Desktop.
Save inadarei/3f81146df524174399c4 to your computer and use it in GitHub Desktop.
crapshoot.jsx
var React = require('react');
module.exports = function() {
return (
<div>
Your template content.
</div>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment