Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Commit

Permalink
Fix filename of js file
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby committed Jun 20, 2018
1 parent 2e2a3ce commit 817afc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Expand Up @@ -26,7 +26,7 @@

<body>
<div id="app"></div>
<script type="module" async src="/index.tsx.js"></script>
<script type="module" async src="/index.js"></script>
<script nomodule async src="/index.nomodule.js"></script>
<noscript>JavaScript must be enabled to use this site</noscript>
</body>
Expand Down

0 comments on commit 817afc6

Please sign in to comment.