export async function loadSummoner() { const body = document.getElementById("qm-body-beschwoerer"); if (!body) return; body.innerHTML = `

Inhalt folgt...

`; }