Skip to content

Commit 237b3ff

Browse files
committed
Fix script path casing in index.html
1 parent 2cc444f commit 237b3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

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

7373
<body>
7474
<div id="root"></div>
75-
<script type="module" src="/src/Maddons.tsx"></script>
75+
<script type="module" src="/src/maddons.tsx"></script>
7676
</body>
7777

7878
</html>

0 commit comments

Comments
 (0)