dok/public/js/quickmenu/beschwoerer.js
2026-03-16 12:07:37 +00:00

9 lines
182 B
JavaScript

export async function loadBeschwoerer() {
const body = document.getElementById("qm-body-beschwoerer");
if (!body) return;
body.innerHTML = `
<p>Inhalt folgt...</p>
`;
}