From 9a65586c6e658273e35380bf48117ee460cca27d Mon Sep 17 00:00:00 2001 From: gugahnstn Date: Mon, 2 Oct 2023 00:52:04 -0300 Subject: [PATCH] fix: modifying import --- src/components/Search/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Search/index.tsx b/src/components/Search/index.tsx index 76fa48d..fb1918b 100644 --- a/src/components/Search/index.tsx +++ b/src/components/Search/index.tsx @@ -1,4 +1,4 @@ -import { BiSearchAlt2 } from "react-icons/all"; +import { BiSearchAlt2 } from "react-icons/bi"; import useSearch from "../../hooks/use-search"; import * as S from "./style";