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