Skip to content

Commit

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

import { useDispatch, useSelector } from 'react-redux';
Expand Down Expand Up @@ -30,8 +29,4 @@ const SearchFilter = () => {
);
};

SearchFilter.propTypes = {
filter: PropTypes.string.isRequired,
};

export default SearchFilter;

0 comments on commit 30cdbb6

Please sign in to comment.