diff options
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index eb7b4ac..9d2cce0 100644 --- a/src/index.js +++ b/src/index.js @@ -21,7 +21,9 @@ import { api } from 'agl-js-api'; import * as app from './js/app'; import * as apps from './js/apps'; +import * as time from './js/time'; window.apps = apps; +window.time = time; api.init(); app.init();
\ No newline at end of file |