Skip to content

Commit

Permalink
chore: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Nov 29, 2024
1 parent 2cd96cf commit 9c87aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

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

0 comments on commit 9c87aa7

Please sign in to comment.