#include comments/api.js const MszCommentsFormNotice = function(args) { const { body } = args ?? {}; const element =
{body}
; return { get element() { return element; }, }; }; const MszCommentsForm = function(args) { const { userInfo, catInfo, postInfo, listing, repliesToggle, replyToggle, } = args ?? {}; const defaultStatus = () => <>Press enter to submit, use shift+enter to start a new line.; const status =
{defaultStatus}
; const element =
{postInfo ? : null}