Skip to content

Commit bde4eac

Browse files
committed
fix: update script source in index.html from index.jsx to index.tsx
1 parent db57608 commit bde4eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
</head>
2828
<body>
2929
<div id="root"></div>
30-
<script type="module" src="/src/index.jsx"></script>
30+
<script type="module" src="/src/index.tsx"></script>
3131
</body>
3232
</html>

0 commit comments

Comments
 (0)