Skip to content

Instantly share code, notes, and snippets.

@ninjapanzer
Created February 8, 2016 00:13
Show Gist options
  • Select an option

  • Save ninjapanzer/c3aeccac21fd57cdb55b to your computer and use it in GitHub Desktop.

Select an option

Save ninjapanzer/c3aeccac21fd57cdb55b to your computer and use it in GitHub Desktop.
Simple Module ES6
import React from "react"
export default React.createClass({
render: function(){
return(<div>NOPE</div>)
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment