From 67b71075aac3a586ba3561d959b3db7b79160f3b Mon Sep 17 00:00:00 2001 From: IrynaSlavinska <133566139+IrynaSlavinska@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:48:20 +0200 Subject: [PATCH] fix --- src/components/ContactForm/ContactForm.jsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/ContactForm/ContactForm.jsx b/src/components/ContactForm/ContactForm.jsx index a43e144..95cf704 100644 --- a/src/components/ContactForm/ContactForm.jsx +++ b/src/components/ContactForm/ContactForm.jsx @@ -5,15 +5,7 @@ import Notiflix from 'notiflix'; import { selectContacts } from '../../redux/selectors'; import { addContactAction } from '../../redux/contacts/contactsOperations'; -import { - Form, - Label, - Input, - SubmitButton, - Group, - RadioContainer, - RadioInput, -} from './ContactForm.styled'; +import { Form, Label, Input, SubmitButton } from './ContactForm.styled'; export const ContactForm = () => { const [name, setName] = useState('');