Skip to content

Instantly share code, notes, and snippets.

@milworm
Created November 19, 2015 07:21
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 milworm/fce67626fca06e912677 to your computer and use it in GitHub Desktop.
Save milworm/fce67626fca06e912677 to your computer and use it in GitHub Desktop.
import React from "react";
export default React.createClass({
getInitialState: function() {
return {}
},
render: function() {
return (
<div className="layout"></div>
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment