Change script source from main.tsx to router.tsx

This commit is contained in:
2026-05-15 21:33:56 -04:00
committed by GitHub
parent a56d5b03ef
commit c655a09c5a
+1 -1
View File
@@ -7,6 +7,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/src/router.tsx"></script>
</body>
</html>