refactor(constants): introduce constants.js and wire timing/selector constants into framework transitions and navigation

This commit is contained in:
2025-08-31 11:22:22 +02:00
parent f18907d9e4
commit b757cb68da
3 changed files with 36 additions and 8 deletions

View File

@@ -143,6 +143,7 @@
</div>
<script src="./vendor/d3.v7.min.js"></script>
<script src="./scripts/constants.js"></script>
<script src="./scripts/framework.js"></script>
<script src="./scripts/api-client.js"></script>
<script src="./scripts/view-models.js"></script>