Skip to content

Instantly share code, notes, and snippets.

@kenhoff
Created June 12, 2018 22:40
Show Gist options
  • Select an option

  • Save kenhoff/d7c270e37338584267040d6166ce7f97 to your computer and use it in GitHub Desktop.

Select an option

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