This commit is contained in:
tamaina 2022-04-29 01:00:57 +09:00
parent dd5e493ab5
commit b38f82ba23

View file

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