aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index 0c34be4..5f640a8 100644
--- a/src/index.js
+++ b/src/index.js
@@ -20,6 +20,7 @@ import { api } from 'agl-js-api';
import * as bluetooth from './js/bluetooth';
import * as wifi from './js/wifi';
import * as wired from './js/wired';
+import * as date from './js/date';
/* CSS */
import './styles/app.scss';
@@ -27,9 +28,11 @@ import './styles/app.scss';
window.bluetooth = bluetooth;
window.wifi = wifi;
window.wired = wired;
+window.date = date;
api.init();
app.init();
bluetooth.init();
wifi.init();
wired.init();
+date.init();