From 8550205a77b07234c356ea9d0fa3c486fb0e042a Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 8 Oct 2019 14:23:41 +0200 Subject: FUNCT Add network status integration --- src/js/weather.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/js/weather.js (limited to 'src/js/weather.js') 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 -- cgit 1.2.3-korg