Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-dev22 committed Oct 7, 2023
1 parent 1c75509 commit 6f1bcc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/MultiSelect.jsx
Expand Up @@ -5,7 +5,6 @@ import { ArrowDropdown } from '../icons/ArrowDropdown';
import Heading from './Heading';
import Button from './Button';
import SelectOnlyIcon from '../icons/SelectOnly';
import useSWR from 'swr';

export default function MultiSelect({ className, title, options, selection, onToggle, onShowAll, onSelectSingle }) {
const popupRef = useRef(null);
Expand Down

0 comments on commit 6f1bcc2

Please sign in to comment.