Skip to content

Instantly share code, notes, and snippets.

@ohansemmanuel
Created October 3, 2018 16:08
Show Gist options
  • Save ohansemmanuel/acf2542db2dd96d60566406adfaa387b to your computer and use it in GitHub Desktop.
Save ohansemmanuel/acf2542db2dd96d60566406adfaa387b to your computer and use it in GitHub Desktop.
class I extends PureComponent {
render() {
return <span className="faint">{this.props.i.value} </span>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment