All files / src index.js

0% Statements 0/6
100% Branches 0/0
100% Functions 0/0
0% Lines 0/6
1 2 3 4 5 6 7 8 9 10 11 12 13                         
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './demo/App';
import * as serviceWorker from './serviceWorker';
 
ReactDOM.render(<App />, document.getElementById('root'));
 
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: http://bit.ly/CRA-PWA
serviceWorker.unregister();