MalikShehram commited on
Commit
9416b7f
·
verified ·
1 Parent(s): cc04223

Update frontend/index.html

Browse files
Files changed (1) hide show
  1. 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="/src/main.jsx"></script>
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>