diff options
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/index.js b/src/index.js index 8198355..aac4372 100644 --- a/src/index.js +++ b/src/index.js @@ -17,8 +17,6 @@ /* CSS */ import './styles/app.scss'; -import { api } from 'agl-js-api'; - import * as app from './js/app'; import * as apps from './js/apps'; import * as time from './js/time'; @@ -26,6 +24,5 @@ import * as background from './js/background'; window.apps = apps; window.time = time; -api.init(); background.load(); app.init(); |