split frontend into modules

This commit is contained in:
ecki
2026-03-10 15:37:13 +01:00
parent 09370e05a2
commit 44623422bc
7 changed files with 47 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
document.addEventListener("DOMContentLoaded", () => {
loadResources()
loadCancelled()
loadDomains()
loadMapping()
loadCosts()
if(typeof loadInfrastructure === "function"){
loadInfrastructure()
}
})