Skip to content

Commit

Permalink
uploaded /components/hellowworld.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi authored Mar 11, 2019
1 parent b2063e2 commit d6b7ba8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/hellowworld.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const HelloJSX = <h1>Hello World!</h1>

const HelloES5 = React.createElement("h1", null, "Hello World! - from ES5.")

export default HelloJSX;

0 comments on commit d6b7ba8

Please sign in to comment.