Skip to content

Commit

Permalink
Updated index.html and fixed deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbouncy7 committed Oct 19, 2024
1 parent 7bc1913 commit 3bb555f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@

<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.4.0/mdb.min.js">
</script>
</script>

<script type="module" src="/src/main.jsx"></script>
<!-- </script> -->
</body>

</html>

0 comments on commit 3bb555f

Please sign in to comment.