Skip to content

Commit

Permalink
fix: undo unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Feb 1, 2024
1 parent 4e6eaba commit 45423c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
window["{{ key }}"] = {{ boot[key] | tojson }};
{% endfor %}
</script>
<!-- <script type="module" src="/src/main.js"></script> -->
<script type="module" src="/src2/main.js"></script>
<script type="module" src="/src/main.js"></script>
<!-- <script type="module" src="/src2/main.js"></script> -->
</body>
</html>

0 comments on commit 45423c5

Please sign in to comment.