diff --git a/src/components/filters/index.tsx b/src/components/filters/index.tsx
index da20195..5460e4e 100644
--- a/src/components/filters/index.tsx
+++ b/src/components/filters/index.tsx
@@ -1,8 +1,7 @@
'use client';
import { useProductStore } from '~/store/productStore';
import { useEffect, useState, useRef } from 'react';
-import { AiFillCaretUp, AiFillCaretDown, AiOutlineCar } from 'react-icons/ai';
-import {BiCategoryAlt} from 'react-icons/bi'
+import { AiFillCaretUp, AiFillCaretDown } from 'react-icons/ai';
import { Category } from '~/types/products';
import { Brand } from '~/types/products';
@@ -101,8 +100,7 @@ const Filters = () => {
products.length && updateBody('page', 1);
}}
>
-
-
+
))}
@@ -129,8 +127,7 @@ const Filters = () => {
products.length && updateBody('page', 1);
}}
>
-
-
+
))}