Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IrynaSlavinska committed Mar 14, 2024
1 parent 072d9c3 commit 67b7107
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/ContactForm/ContactForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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('');
Expand Down

0 comments on commit 67b7107

Please sign in to comment.