import m from "mithril"; import { ChatApp } from "./ChatApp"; m.mount(document.getElementById("app"), ChatApp);