Skip to content

Commit

Permalink
updated script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jettka committed Nov 29, 2024
1 parent 0b7300a commit a3844d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/navigation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!-- CUSTOM: Insert script for the web component here -->
<!-- <script src="path/to/web-component.js"></script> -->
<script src="../../edirom-window/edirom-windows.js"></script>
<script src="../../edirom-navigation/edirom-toolbar.js"></script>
<script src="../../edirom-navigation/edirom-footer.js"></script>
<script src="edirom-toolbar.js"></script>
<script src="edirom-footer.js"></script>
<script src="../../edirom-verovio-renderer/edirom-verovio-renderer-component.js"></script>
<script src="../../edirom-audio-player/edirom-audio-player.js"></script>
<script src="../../edirom-image-viewer/edirom-image-viewer.js"></script>
Expand Down

0 comments on commit a3844d9

Please sign in to comment.