moved charting script into index.html

This commit is contained in:
tim
2024-10-19 11:43:17 -04:00
parent 79de6ceb24
commit e5ff7a7174
2 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
<body>
<div id="app"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.5.4/socket.io.js"></script>
<script src="/charting_library/charting_library.js"></script>
<script type="module" src="/src/main.js"></script>
</body>