File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 50
50
51
51
< body >
52
52
< div id ="app "> </ div >
53
- < script
54
- type ="text/javascript "
55
- src ="
https://www.unpkg.com/@testing-library/[email protected] /dist/@testing-library/dom.umd.min.js "
56
- > </ script >
57
- < script type ="text/javascript " src ="service-worker.js "> </ script >
58
53
< script type ="text/javascript " src ="index.js "> </ script >
59
54
< script async defer src ="https://buttons.github.io/buttons.js "> </ script >
60
55
</ body >
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ import ReactDOM from 'react-dom';
3
3
import App from './components/App' ;
4
4
import 'regenerator-runtime/runtime' ;
5
5
import 'react-toastify/dist/ReactToastify.min.css' ;
6
+ import './service-worker' ;
6
7
7
8
ReactDOM . render ( < App /> , document . getElementById ( 'app' ) ) ;
You can’t perform that action at this time.
0 commit comments