Skip to content

Commit

Permalink
fix put the index.html file outside the src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mulekatz committed Mar 27, 2024
1 parent 2d60d34 commit 669284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

<body>
<div id="root"></div>
<script type="module" src="index.tsx"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>

0 comments on commit 669284e

Please sign in to comment.