Skip to content

Commit 449826a

Browse files
committed
fix import
1 parent 3b8b733 commit 449826a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/icons/icon-base.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {
2-
IconBase as ReactIconBase,
3-
type IconBaseProps,
4-
} from "react-icons/lib/esm/iconBase"
1+
import { IconBase as ReactIconBase, type IconBaseProps } from "react-icons"
52

63
import { cn } from "@/lib/utils/cn"
74

0 commit comments

Comments
 (0)