diff options
Diffstat (limited to 'src/js/time.js')
-rw-r--r-- | src/js/time.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/time.js b/src/js/time.js index 3c22419..070ff97 100644 --- a/src/js/time.js +++ b/src/js/time.js @@ -1,6 +1,6 @@ import { load as load_template } from './templates'; import Mustache from 'mustache'; -import { weather } from 'agl-js-api'; +import * as weather from './agl_stubs_weather'; var template; var root; |