diff options
author | 2020-10-12 13:36:06 +0100 | |
---|---|---|
committer | 2020-10-12 13:36:06 +0100 | |
commit | 443b811dce5c4a3944466f1a1e81854443255e00 (patch) | |
tree | dbd67ba129ef7d419e72ea30b44e8665d5a0f0d5 /src/index.tsx | |
parent | Lazy load components (diff) |
Remove pointless comment
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/index.tsx b/src/index.tsx index 783d34f..22f18cd 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -45,7 +45,4 @@ ReactDOM.render( 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: https://bit.ly/CRA-PWA serviceWorker.unregister(); |