diff options
Diffstat (limited to 'src/js/app.js')
-rw-r--r-- | src/js/app.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/app.js b/src/js/app.js new file mode 100644 index 0000000..8e80039 --- /dev/null +++ b/src/js/app.js @@ -0,0 +1,8 @@ +import { init as init_bluetooth } from './bluetooth'; + +import { api } from 'agl-js-api'; + +export function init() { + api.init(); + init_bluetooth(); +}
\ No newline at end of file |