Hansimov commited on
Commit
34043c8
1 Parent(s): 3a17e83

:boom: [Fix] Path of main.js in index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -114,5 +114,5 @@
114
  </div>
115
  </div>
116
  </body>
117
- <script type="module" src="./js/main.js"></script>
118
  </html>
 
114
  </div>
115
  </div>
116
  </body>
117
+ <script type="module" src="./main.js"></script>
118
  </html>