rename mode

This commit is contained in:
Florian Schmid 2023-04-28 21:18:13 +02:00
parent 1445942d04
commit f552bc99b9
2 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
</div>
<script type="module">
import { main } from "./js/newMode.js"
import { main } from "./js/WWTRA.js"
main()
</script>
</body>