Skip to content

Commit

Permalink
Switched the lines around for when they are imported
Browse files Browse the repository at this point in the history
  • Loading branch information
eHag-FRU committed Apr 14, 2024
1 parent 7d3b71f commit fbbcc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@

<script src="sketch.js"></script>

<script src="test/testPlayer.js"></script>
<script src="./node_modules/chai/chai.js"></script>

<script src="test/testPlayer.js"></script>

<video id="video" width="720" height="540" autoplay muted playsinline="true"></video>
</body>

Expand Down

0 comments on commit fbbcc2e

Please sign in to comment.