From f119fc78dda4d1e828dde04f378a63a93e3a0a7e Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 2 Jul 2020 18:39:28 +0200 Subject: Add current progress on frontend port --- frontend/src/index.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'frontend/src/index.js') diff --git a/frontend/src/index.js b/frontend/src/index.js index 940a8dd7..a81a4bc2 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -3,7 +3,6 @@ import ReactDOM from 'react-dom' import { Provider } from 'react-redux' import { setupSocketConnection } from './api/socket' import './index.css' -import registerServiceWorker from './registerServiceWorker' import Routes from './routes' import configureStore from './store/configure-store' @@ -16,6 +15,4 @@ setupSocketConnection(() => { , document.getElementById('root'), ) - - registerServiceWorker() }) -- cgit v1.2.3