make Championship an instantiated class

This commit is contained in:
2023-12-02 17:10:54 +01:00
parent b98513e6f3
commit 0a14e69f82
3 changed files with 11 additions and 8 deletions
-3
View File
@@ -1,6 +1,3 @@
import UI from './ui.js'
import Championship from './championship.js'
window.Championship = Championship
window.addEventListener('load', UI.init)