let __$$app$$__ = __$$hmAppManager$$__.currentApp; let __$$module$$__ = __$$app$$__.current; __$$module$$__.module = DeviceRuntimeCore.Page({ onInit() { const cal = new AppCalendar(); cal.start(); }, });