mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-21 01:01:30 +03:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
|
module.exports = {
|
||
|
getWeather: require('./getWather'),
|
||
|
updateWeather: require('./updateWeather'),
|
||
|
};
|