entrypoint.js 216 B

123456789
  1. let __$$app$$__ = __$$hmAppManager$$__.currentApp;
  2. let __$$module$$__ = __$$app$$__.current;
  3. __$$module$$__.module = DeviceRuntimeCore.Page({
  4. onInit() {
  5. const cal = new AppCalendar();
  6. cal.start();
  7. },
  8. });