aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js
index 5f640a8..c1de9fc 100644
--- a/src/index.js
+++ b/src/index.js
@@ -16,7 +16,6 @@
/* JS */
import * as app from './js/app';
-import { api } from 'agl-js-api';
import * as bluetooth from './js/bluetooth';
import * as wifi from './js/wifi';
import * as wired from './js/wired';
@@ -30,7 +29,6 @@ window.wifi = wifi;
window.wired = wired;
window.date = date;
-api.init();
app.init();
bluetooth.init();
wifi.init();