Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -40,6 +40,7 @@
|
|
| 40 |
</head>
|
| 41 |
<body class="bg-slate-50 text-slate-900 antialiased">
|
| 42 |
<div id="root"></div>
|
| 43 |
-
<
|
|
|
|
| 44 |
</body>
|
| 45 |
</html>
|
|
|
|
| 40 |
</head>
|
| 41 |
<body class="bg-slate-50 text-slate-900 antialiased">
|
| 42 |
<div id="root"></div>
|
| 43 |
+
<!-- Point to index.tsx in the root directory -->
|
| 44 |
+
<script type="module" src="/index.tsx"></script>
|
| 45 |
</body>
|
| 46 |
</html>
|