feat: wind direction display on weather

This commit is contained in:
David Ralph
2021-04-26 19:10:00 +01:00
parent 57cc5de60a
commit 38546ef074
3 changed files with 37 additions and 8 deletions

View File

@@ -1,8 +1,6 @@
import React from 'react';
import { WiDaySunny, WiNightClear, WiDayCloudy, WiNightCloudy, WiCloud, WiCloudy, WiDayShowers, WiNightShowers, WiRain, WiThunderstorm, WiSnow, WiFog } from 'weather-icons-react';
import './weather.scss';
export default function WeatherIcon(props) {
let icon;