Update frontend/index.html
Browse files- frontend/index.html +1 -1
frontend/index.html
CHANGED
|
@@ -7,6 +7,6 @@
|
|
| 7 |
</head>
|
| 8 |
<body>
|
| 9 |
<div id="root"></div>
|
| 10 |
-
<script type="module" src="/
|
| 11 |
</body>
|
| 12 |
</html>
|
|
|
|
| 7 |
</head>
|
| 8 |
<body>
|
| 9 |
<div id="root"></div>
|
| 10 |
+
<script type="module" src="/main.jsx"></script>
|
| 11 |
</body>
|
| 12 |
</html>
|