Skip to content

Commit

Permalink
fix(frontend): lodash import path
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Jan 5, 2025
1 parent 33e3ce0 commit 91b89e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<script src="components/bower/jquery/dist/jquery.min.js"></script>

<!-- lodash -->
<script src="web/components/bower/lodash/dist/lodash.min.js"></script>
<script src="components/bower/lodash/dist/lodash.min.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="components/bower/bootstrap/dist/js/bootstrap.min.js"></script>
Expand Down

0 comments on commit 91b89e5

Please sign in to comment.