Harsha1845 commited on
Commit
29e42c5
·
verified ·
1 Parent(s): 7d23074

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <script type="module" src="/src/index.tsx"></script>
 
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>