diff --git a/src/App.jsx b/src/App.jsx index a959a7e..fdee679 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,5 +1,6 @@ import React from 'react'; import Weather from './components/Weather'; +import './App.css'; const App = () => { return (