Skip to content

Instantly share code, notes, and snippets.

@laniehei
Last active July 6, 2018 03:24
Show Gist options
  • Save laniehei/fca052a483b17953851cec4b18dcb4ef to your computer and use it in GitHub Desktop.
Save laniehei/fca052a483b17953851cec4b18dcb4ef to your computer and use it in GitHub Desktop.
const MyTitle = function () {
return (
React.createElement('div', null,
React.createElement('h1',null, 'My second component')
)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment