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, 0 insertions, 3 deletions
diff --git a/src/index.js b/src/index.js
index f1644ae..9ad7774 100644
--- a/src/index.js
+++ b/src/index.js
@@ -18,13 +18,10 @@ import * as app from './js/app';
import * as player from './js/player';
import * as playlist from './js/playlist';
-import { api } from 'agl-js-api';
-
/* CSS */
import './styles/app.scss';
window.player = player;
window.playlist = playlist;
-api.init();
app.init();