Create index.html
Browse files- index.html +2 -0
index.html
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div id="root"></div>
|
| 2 |
+
<script type="module" src="/src/main.jsx"></script>
|