This commit is contained in:
d07riv
2019-08-14 04:08:12 +03:00
parent 34da212bc6
commit 8c33947d85
3 changed files with 4 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -7,4 +7,7 @@ import App from './App';
ReactDOM.render(<App />, document.getElementById('root'));
serviceWorker.register();
serviceWorker.register({
onUpdate() {
},
});