We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d79c0 commit ae71956Copy full SHA for ae71956
frontend/src/index.tsx
@@ -6,7 +6,6 @@ import store from "./store";
6
import "./index.css";
7
8
//import App from "./app/App";
9
-import * as serviceWorker from "./serviceWorker";
10
11
// From https://redux-toolkit.js.org/tutorials/advanced-tutorial
12
const render = () => {
@@ -32,8 +31,3 @@ if (process.env.NODE_ENV === "development" && module.hot) {
32
31
// Concurrent Mode
33
// @ts-ignore
34
//ReactDOM.createRoot(document.getElementById("root")).render(<App />);
35
-
36
-// If you want your app to work offline and load faster, you can change
37
-// unregister() to register() below. Note this comes with some pitfalls.
38
-// Learn more about service workers: https://bit.ly/CRA-PWA
39
-serviceWorker.unregister();
0 commit comments