Skip to content

Instantly share code, notes, and snippets.

@burczu
Created February 17, 2016 08:16
Show Gist options
  • Save burczu/65ca4286313c2ed30eec to your computer and use it in GitHub Desktop.
Save burczu/65ca4286313c2ed30eec to your computer and use it in GitHub Desktop.
render() {
return (
<div className="container">
<p>{this.state.message}</p>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment