Skip to content

Commit

Permalink
Update ContactForm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorLeonov committed Aug 7, 2023
1 parent df96e76 commit 310ea77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/contactForm/ContactForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import {
ButtonSubmit,
} from './ContactForm.styled';

import { useDispatch } from 'react-redux';
import { useSelector } from 'react-redux';
import { useDispatch, useSelector } from 'react-redux';
import { selectContacts } from 'redux/contacts/selectors';
import { addContact } from 'redux/contacts/operations';

Expand Down

0 comments on commit 310ea77

Please sign in to comment.