Skip to content

Commit df3dd8f

Browse files
committed
Fix app crashing
1 parent 6643cd2 commit df3dd8f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import 'typeface-roboto'
33
import React from 'react'
44
import ReactDOM from 'react-dom'
55
import App from './App'
6-
import * as serviceWorker from './serviceWorker'
76

87
import authService from './_services/authService'
98
import api from './_api/'
@@ -19,8 +18,3 @@ import api from './_api/'
1918

2019
ReactDOM.render(<App />, document.getElementById('root'))
2120
})()
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

Comments
 (0)