TrikozikGames commited on
Commit
8dd2b69
·
verified ·
1 Parent(s): eddc354

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -7,6 +7,6 @@
7
  </head>
8
  <body>
9
  <div id="root"></div>
10
- <script type="module" src="/src/main.tsx"></script>
11
  </body>
12
  </html>
 
7
  </head>
8
  <body>
9
  <div id="root"></div>
10
+ <script type="module" src="/routes/index.tsx"></script>
11
  </body>
12
  </html>