Skip to content

Commit

Permalink
fix js module path
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsfl committed Jun 19, 2024
1 parent 055fc9c commit b820a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script type="module" src="../bower_components/jquery/dist/jquery.min.js"></script>
<script type="module" src="/dist/js/Docs.js"></script>
<script type="module" src="../dist/js/Docs.js"></script>
</head>

<body>
Expand Down

0 comments on commit b820a98

Please sign in to comment.