diff --git a/src/components/ToolBar/tools/FilterBtn.tsx b/src/components/ToolBar/tools/FilterBtn.tsx index 1a5d89b..672a3f3 100644 --- a/src/components/ToolBar/tools/FilterBtn.tsx +++ b/src/components/ToolBar/tools/FilterBtn.tsx @@ -1,7 +1,6 @@ import styles from "../ToolBar.module.css" import Button from "../../ui/button/button"; -import { useEffect, useState } from "react"; -import SearchBar from "../../SearchBar/SearchBar"; +import { useState } from "react"; import Filter from "../../Filter/Filter.jsx";