add react-toastify for notifications and implement weather fetching functionality
This commit is contained in:
@@ -7,6 +7,7 @@ const Header: React.FC = () => {
|
||||
if (apiKey) {
|
||||
Cookies.set("apiKey", apiKey);
|
||||
}
|
||||
console.log(Cookies.get("apiKey"));
|
||||
};
|
||||
return (
|
||||
<header>
|
||||
|
Reference in New Issue
Block a user