import m from "mithril"; export const MessageBox = { view: function () { return m("div", { id: "message-box" }, "Do Something"); } }