summaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-12-11 09:50:58 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:12:47 +0100
commit4c90b15118061f11d7041fd252934c951ca14eec (patch)
tree9acad6b00e98cf43de7e2453b96be71d252029e7 /src/index.js
parent4ce65d8965bdebdf35e5f3a4272482c0f40ef2bd (diff)
FUNCT Improve time rendering
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
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