Skip to content

Instantly share code, notes, and snippets.

@kenhoff
Created June 12, 2018 22:40
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 kenhoff/d7c270e37338584267040d6166ce7f97 to your computer and use it in GitHub Desktop.
Save kenhoff/d7c270e37338584267040d6166ce7f97 to your computer and use it in GitHub Desktop.
fragments-12
class ContentComponent extends React.Component {
render() {
return (
<div>
<div className="header"/>
<div className="content"/>
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment