Skip to content

Commit

Permalink
update path for IconContext import (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-carabina committed May 10, 2023
1 parent f3d2cda commit cf14767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReactNode, ComponentPropsWithoutRef } from "react";
import { IconContext } from "react-icons";
import { IconContext } from "react-icons/lib";

export interface ButtonProps extends ComponentPropsWithoutRef<"button"> {
children?: ReactNode;
Expand Down

0 comments on commit cf14767

Please sign in to comment.