Исправлен путь к файлу main.jsx в index.html для корректной работы скрипта.

This commit is contained in:
Alex Ant
2025-05-21 16:54:07 +05:00
parent 814435bd2c
commit edb2720f5a
+1 -1
View File
@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>