diff options
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/index.js b/src/index.js index be3b97a..baca53a 100644 --- a/src/index.js +++ b/src/index.js | |||
| @@ -2,7 +2,6 @@ import React from 'react'; | |||
| 2 | import ReactDOM from 'react-dom'; | 2 | import ReactDOM from 'react-dom'; |
| 3 | import './light.min.css'; | 3 | import './light.min.css'; |
| 4 | import App from './App'; | 4 | import App from './App'; |
| 5 | import * as serviceWorker from './serviceWorker'; | ||
| 6 | 5 | ||
| 7 | ReactDOM.render( | 6 | ReactDOM.render( |
| 8 | <React.StrictMode> | 7 | <React.StrictMode> |
| @@ -10,8 +9,3 @@ ReactDOM.render( | |||
| 10 | </React.StrictMode>, | 9 | </React.StrictMode>, |
| 11 | document.getElementById('root') | 10 | document.getElementById('root') |
| 12 | ); | 11 | ); |
| 13 | |||
| 14 | // If you want your app to work offline and load faster, you can change | ||
| 15 | // unregister() to register() below. Note this comes with some pitfalls. | ||
| 16 | // Learn more about service workers: https://bit.ly/CRA-PWA | ||
| 17 | serviceWorker.unregister(); | ||
