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

Commit 817afc6

Browse files
committed
Fix filename of js file
1 parent 2e2a3ce commit 817afc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<body>
2828
<div id="app"></div>
29-
<script type="module" async src="/index.tsx.js"></script>
29+
<script type="module" async src="/index.js"></script>
3030
<script nomodule async src="/index.nomodule.js"></script>
3131
<noscript>JavaScript must be enabled to use this site</noscript>
3232
</body>

0 commit comments

Comments
 (0)