Skip to content

Commit

Permalink
test commit for .env
Browse files Browse the repository at this point in the history
  • Loading branch information
pedr0ferrari committed Aug 24, 2022
1 parent 3e7db9e commit 1a0aaeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { Flex, Input } from "@chakra-ui/react";
import axios from "axios";
import { WeatherData } from "../../interface/WeatherData";

//teste

interface HeaderProps {
data: WeatherData;
setData: React.Dispatch<React.SetStateAction<WeatherData>>;
Expand Down

0 comments on commit 1a0aaeb

Please sign in to comment.