fix: remove unneeded import

This commit is contained in:
David Ralph
2021-04-26 19:10:29 +01:00
parent 38546ef074
commit 8f017cda32

View File

@@ -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;