entrypoint.js 211 B

123456789
  1. // Export module
  2. let __$$app$$__ = __$$hmAppManager$$__.currentApp;
  3. let __$$module$$__ = __$$app$$__.current;
  4. __$$module$$__.module = DeviceRuntimeCore.Page({
  5. onInit(p) {
  6. new TimerScreen().start()
  7. }
  8. });