mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
|
module.exports = {
|
||
|
getWeather: require('./getWather'),
|
||
|
updateWeather: require('./updateWeather'),
|
||
|
};
|