We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6643cd2 commit df3dd8fCopy full SHA for df3dd8f
src/index.tsx
@@ -3,7 +3,6 @@ import 'typeface-roboto'
3
import React from 'react'
4
import ReactDOM from 'react-dom'
5
import App from './App'
6
-import * as serviceWorker from './serviceWorker'
7
8
import authService from './_services/authService'
9
import api from './_api/'
@@ -19,8 +18,3 @@ import api from './_api/'
19
18
20
ReactDOM.render(<App />, document.getElementById('root'))
21
})()
22
-
23
-// If you want your app to work offline and load faster, you can change
24
-// unregister() to register() below. Note this comes with some pitfalls.
25
-// Learn more about service workers: https://bit.ly/CRA-PWA
26
-serviceWorker.unregister()
0 commit comments