Skip to content

Commit

Permalink
Update ContactForm.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
danretegan committed Feb 25, 2024
1 parent ff3d74e commit efab0ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/contactForm/ContactForm.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useState } from 'react';
import PropTypes from 'prop-types';
import Button from '../Button';
import styles from './ContactForm.module.css';

Expand Down Expand Up @@ -98,9 +97,4 @@ const ContactForm = () => {
);
};

ContactForm.propTypes = {
onAddContact: PropTypes.func.isRequired,
contacts: PropTypes.array.isRequired,
};

export default ContactForm;

0 comments on commit efab0ef

Please sign in to comment.