Skip to content

Instantly share code, notes, and snippets.

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