...
This commit is contained in:
parent
ef855ea8f6
commit
52041ce92d
2 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
import Navbar from "./components/Navbar";
|
import Navbar from "./components/Navbar";
|
||||||
import AirPollution from "./components/airPollution/AirPollution";
|
import AirPollution from "./components/airPollution/AirPollution";
|
||||||
import DailyForecast from "./components/daily_forcast/DailyForecast";
|
import DailyForcast from "./components/daily_forcast/DailyForecast";
|
||||||
import Sunset from "./components/sunset/Sunset";
|
import Sunset from "./components/sunset/Sunset";
|
||||||
import Temperature from "./components/temp/Temperature";
|
import Temperature from "./components/temp/Temperature";
|
||||||
|
import UVI from "./components/uvIndex/UVI";
|
||||||
import Wind from "./components/wind/Wind";
|
import Wind from "./components/wind/Wind";
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,7 +20,8 @@ export default function Home() {
|
||||||
<AirPollution/>
|
<AirPollution/>
|
||||||
<Sunset/>
|
<Sunset/>
|
||||||
<Wind/>
|
<Wind/>
|
||||||
<DailyForecast/>
|
<DailyForcast/>
|
||||||
|
<UVI/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15,7 +15,7 @@ const config = {
|
||||||
padding: "2rem",
|
padding: "2rem",
|
||||||
screens: {
|
screens: {
|
||||||
"sm-2": "580px",
|
"sm-2": "580px",
|
||||||
"md-2": "1200px",
|
"md-2": "1100px",
|
||||||
"2xl": "1400px",
|
"2xl": "1400px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue