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> </div>
<script type="module"> <script type="module">
import { main } from "./js/newMode.js" import { main } from "./js/WWTRA.js"
main() main()
</script> </script>
</body> </body>