From 8f017cda32673f580b7edcdf0623848515226d4e Mon Sep 17 00:00:00 2001 From: David Ralph Date: Mon, 26 Apr 2021 19:10:29 +0100 Subject: [PATCH] fix: remove unneeded import --- src/components/widgets/weather/WindDirectionIcon.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/widgets/weather/WindDirectionIcon.jsx b/src/components/widgets/weather/WindDirectionIcon.jsx index 855b3bf4..b4cbebda 100644 --- a/src/components/widgets/weather/WindDirectionIcon.jsx +++ b/src/components/widgets/weather/WindDirectionIcon.jsx @@ -1,8 +1,6 @@ import React from 'react'; import { WiDirectionDownLeft, WiDirectionDownRight, WiDirectionDown, WiDirectionLeft, WiDirectionRight, WiDirectionUpLeft, WiDirectionUpRight, WiDirectionUp } from 'weather-icons-react'; -import './weather.scss'; - export default function WeatherIcon(props) { let icon;