Skip to content

Commit e4da908

Browse files
committed
Remove unused import
1 parent 41144ba commit e4da908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/ProductFilters.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Dispatch, SetStateAction, ChangeEvent } from 'react';
1+
import { Dispatch, SetStateAction } from 'react';
22
import { Product, ProductType } from '@/types/product';
33
import Button from '@/components/UI/Button.component';
44
import Checkbox from '@/components/UI/Checkbox.component';

0 commit comments

Comments
 (0)