diff options
Diffstat (limited to 'src/js/app.js')
-rw-r--r-- | src/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/app.js b/src/js/app.js index e9ba104..29d8abb 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1,7 +1,7 @@ import { load as load_template } from './templates'; import Mustache from 'mustache'; -import { lowcan } from 'agl-js-api'; +import * as lowcan from './agl_stubs_lowcan'; var template; var page = { |