Skip to content

Commit

Permalink
Fix import in NewsletterInput.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
isyuricunha committed May 27, 2024
1 parent dea905f commit bbd2359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/NewsletterInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import {
IconButton,
FormControl,
FormErrorMessage,
Spinner,
} from '@chakra-ui/react';
import { CheckIcon, ArrowForwardIcon, Spinner } from '@chakra-ui/icons';
import { CheckIcon, ArrowForwardIcon } from '@chakra-ui/icons';

export default function NewsletterInput() {
const [value, setValue] = useState('');
Expand Down

1 comment on commit bbd2359

@vercel
Copy link

@vercel vercel bot commented on bbd2359 May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.