diff options
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index 00da226..879e10e 100644 --- a/src/index.js +++ b/src/index.js @@ -18,9 +18,12 @@ import { init } from './js/app'; import { api } from 'agl-js-api'; import * as bluetooth from './js/bluetooth'; +import * as wifi from './js/wifi'; /* CSS */ import './styles/app.scss'; +window.bluetooth = bluetooth; +window.wifi = wifi; api.init(); init(); |