Skip to content

Instantly share code, notes, and snippets.

@torjue
Last active July 2, 2019 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torjue/04d7b26f2e656ae18f98ea6f96566a4c to your computer and use it in GitHub Desktop.
Save torjue/04d7b26f2e656ae18f98ea6f96566a4c to your computer and use it in GitHub Desktop.
function Test() {
return React.createElement("div", {
className: "App"
}, React.createElement("p", null, "jaja"));
}
export default Test;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment