refactor: rename src/index.tsx to src/main.tsx

This commit is contained in:
kunish 2023-09-03 03:37:45 +08:00
parent 7f1805172a
commit bbeb7c2e8d
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430
3 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" style="display: contents"></div>
<script src="/src/index.tsx" type="module"></script>
<script src="/src/main.tsx" type="module"></script>
</body>
</html>