diff options
author | crupest <crupest@outlook.com> | 2020-06-11 23:15:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-11 23:15:10 +0800 |
commit | 64c4376ed388af106c1de5ec8bd1d1743950a27e (patch) | |
tree | c1b4d3f4b83f5114febecb6f2e2cc6e982ec97f2 /Timeline/ClientApp/src/app/index.tsx | |
parent | 93ce8560fa19c3a91de99643fdbbe4f895a47b84 (diff) | |
download | timeline-64c4376ed388af106c1de5ec8bd1d1743950a27e.tar.gz timeline-64c4376ed388af106c1de5ec8bd1d1743950a27e.tar.bz2 timeline-64c4376ed388af106c1de5ec8bd1d1743950a27e.zip |
feat(front): Application upgrade ui.
Diffstat (limited to 'Timeline/ClientApp/src/app/index.tsx')
-rw-r--r-- | Timeline/ClientApp/src/app/index.tsx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Timeline/ClientApp/src/app/index.tsx b/Timeline/ClientApp/src/app/index.tsx index 73788c3a..ff874c45 100644 --- a/Timeline/ClientApp/src/app/index.tsx +++ b/Timeline/ClientApp/src/app/index.tsx @@ -14,9 +14,4 @@ import App from './App'; ReactDOM.render(<App />, document.getElementById('app')); -if ('serviceWorker' in navigator) { - // Use the window load event to keep the page load performant - window.addEventListener('load', () => { - void navigator.serviceWorker.register('/sw.js'); - }); -} +import './service-worker'; |