🐛 Fix entry path which causes bug with the router

This commit is contained in:
Alex
2021-04-04 12:41:07 +02:00
parent b365db6d65
commit 132f334cff
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="./src/index.jsx" type="module"></script>
<script src="/src/index.jsx" type="module"></script>
</body>
</html>