diff options
Diffstat (limited to 'src/js/bluetooth.js')
-rw-r--r-- | src/js/bluetooth.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/bluetooth.js b/src/js/bluetooth.js index 258a8a7..6793feb 100644 --- a/src/js/bluetooth.js +++ b/src/js/bluetooth.js @@ -1,4 +1,4 @@ -import { bluetooth } from 'agl-js-api'; +import * as bluetooth from './agl_stubs_bluetooth'; import Mustache from 'mustache'; import { load as load_template } from './templates'; import * as app from './app'; |