mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
refactor: rename src/index.tsx to src/main.tsx
This commit is contained in:
parent
7f1805172a
commit
bbeb7c2e8d
@ -14,6 +14,6 @@
|
|||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
|
||||||
<div id="root" style="display: contents"></div>
|
<div id="root" style="display: contents"></div>
|
||||||
<script src="/src/index.tsx" type="module"></script>
|
<script src="/src/main.tsx" type="module"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user