Skip to content

Commit 59721c0

Browse files
authored
Update index.html
1 parent e7b49ab commit 59721c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@
77
<body>
88
<div class="container"></div>
99
</body>
10-
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
11-
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
12-
13-
<!-- Load our React component. -->
14-
<script src="src/index.js"></script>
10+
<script src="bundle.js"></script>
1511
</html>

0 commit comments

Comments
 (0)