From 4c90b15118061f11d7041fd252934c951ca14eec Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Wed, 11 Dec 2019 09:50:58 +0100 Subject: FUNCT Improve time rendering --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/index.js') 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 -- cgit 1.2.3-korg