Add MultiDayForecast which uses SingleDayForecast - to be created

This commit is contained in:
2018-04-01 13:17:02 +05:30
parent eec5558d21
commit 0cd6a25e2f
3 changed files with 84 additions and 0 deletions
@@ -0,0 +1 @@
export { MultiDayForecast } from './Component';