Skip to content

Instantly share code, notes, and snippets.

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