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