summaryrefslogtreecommitdiffstats
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 9c4ff26..47ffd3d 100644
--- a/src/index.js
+++ b/src/index.js
@@ -16,12 +16,9 @@
/* JS */
import * as app from './js/app';
-import { api } from 'agl-js-api';
-
/* CSS */
import './styles/app.scss';
window.app = app;
-api.init();
app.init();