Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Call correct location of app.bundle.js
Browse files Browse the repository at this point in the history
This fixes the blank screen when running the demo code.
  • Loading branch information
rantwijk authored Dec 14, 2018
1 parent c56f5b4 commit 76c1402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="./assets/app.bundle.js"></script></body>
<script type="text/javascript" src="./assets/js/app.bundle.js"></script></body>
</body>
</html>

0 comments on commit 76c1402

Please sign in to comment.