diff --git a/current-weather.js b/current-weather.js deleted file mode 100644 index dbf255c..0000000 --- a/current-weather.js +++ /dev/null @@ -1,46 +0,0 @@ -import "./current-weather.css"; -import React from "react"; - -export const CurrentWeather = ({ data }) => { - return ( -
{data.city}
-{data.weather[0].description}
-{Math.round(data.main.temp)}°C
-