blob: 0c5e75da1cd0651f3c34f0d51aaa6abac634f4f2 [file] [log] [blame]
Andrea Campanella362b7d32018-12-11 18:57:12 +01001import React from 'react';
2import ReactDOM from 'react-dom';
3import './index.css';
4import App from './App';
5import * as serviceWorker from './serviceWorker';
6
7ReactDOM.render(<App />, document.getElementById('root'));
8
9// If you want your app to work offline and load faster, you can change
10// unregister() to register() below. Note this comes with some pitfalls.
11// Learn more about service workers: http://bit.ly/CRA-PWA
12serviceWorker.unregister();