diff options
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'; |