Skip to content

Instantly share code, notes, and snippets.

@ohansemmanuel
Created October 3, 2018 16:08
Show Gist options
  • Save ohansemmanuel/0c397ef724fba8538906ceed7ed14cc0 to your computer and use it in GitHub Desktop.
Save ohansemmanuel/0c397ef724fba8538906ceed7ed14cc0 to your computer and use it in GitHub Desktop.
class Description extends Component {
render() {
const i = {
value: "i"
};
return (
<p>
<I i={i} />
<Am />
<A />
<Profession profession={this.props.description} />
</p>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment