1 2 3 4 5 6 7 8
import { init as init_bluetooth } from './bluetooth'; import { api } from 'agl-js-api'; export function init() { api.init(); init_bluetooth(); }