Skip to content

Instantly share code, notes, and snippets.

@ohansemmanuel
Created October 3, 2018 16:06
Show Gist options
  • Save ohansemmanuel/a07bbd48c971ee56df1ca96e5a680186 to your computer and use it in GitHub Desktop.
Save ohansemmanuel/a07bbd48c971ee56df1ca96e5a680186 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