Skip to content

Instantly share code, notes, and snippets.

@rxluz
Created December 6, 2017 10:00
Show Gist options
  • Save rxluz/1a707ebc2f820fb445183ca3aca60e5f to your computer and use it in GitHub Desktop.
Save rxluz/1a707ebc2f820fb445183ca3aca60e5f to your computer and use it in GitHub Desktop.
render(){
return (
<>
<h1>Hey I am an element</h1>
<i>And I am other element</i>
</>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment