This commit is contained in:
Tommy Parnell
2017-12-25 16:38:21 -05:00
parent b602647511
commit 33943ad773
21 changed files with 349 additions and 78 deletions

3
dist/index.html vendored
View File

@@ -1,4 +1,3 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
@@ -11,6 +10,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/16.2.0/umd/react.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.2.0/umd/react-dom.production.min.js"></script>
<!-- Main -->
<script src="./bundle.js"></script>
<script src="/bundle.js"></script>
</body>
</html>