From 8647688f9ab2a7404eedf4060232891a89873e17 Mon Sep 17 00:00:00 2001 From: adithyandileep Date: Tue, 19 Nov 2024 17:07:08 +0530 Subject: [PATCH] 1st --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) 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 (