aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/weather.js
blob: 26c64b97a21a9e526a83634e234c6bb4c3507f7b (plain)
1
2
3
4
5
import { weather } from 'agl-js-api';

export function init() {
    console.log('TBD');
}