mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-14 17:49:08 +00:00
remove service worker
This commit is contained in:
parent
088e6f2c54
commit
57d8544728
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import React from 'react'
|
|||
import ReactDOM from 'react-dom'
|
||||
import './index.css'
|
||||
import App from './App'
|
||||
import registerServiceWorker from './registerServiceWorker'
|
||||
import {unregister} from './registerServiceWorker'
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById('root'))
|
||||
registerServiceWorker()
|
||||
unregister()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue