Skip to content

Commit

Permalink
uploaded /src/index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi authored Mar 11, 2019
1 parent b1f44f8 commit b2063e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react';
import ReactDOM from 'react-dom';
import HelloText from '../components/hellowworld.jsx';


document.addEventListener('DOMContentLoaded', function () {

ReactDOM.render(HelloText, document.getElementById('root'));

});

0 comments on commit b2063e2

Please sign in to comment.