Skip to content

Commit

Permalink
fix: modifying import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn committed Oct 2, 2023
1 parent c22a2f4 commit 9a65586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/index.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 9a65586

Please sign in to comment.