This commit is contained in:
tamaina 2022-04-29 01:00:57 +09:00
parent dd5e493ab5
commit b38f82ba23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ const rootEl = (() => {
rootEl.id = MISSKEY_MOUNT_DIV_ID;
document.body.appendChild(rootEl);
return rootEl;
})()
})();
app.mount(rootEl);