Skip to content

Commit

Permalink
fix: error import react icons bs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivalshamkya committed Jan 25, 2024
1 parent fce8c8b commit a3cb02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/example/AlertExample.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Button from "@/components/neobruu/Button";
import Alert from "@/components/neobruu/Alert";
import { BsInfoCircleFill, BsExclamationTriangleFill } from "react-icons/Bs";
import { BsInfoCircleFill, BsExclamationTriangleFill } from "react-icons/bs";

export default function AlertExample() {
return (
Expand Down

0 comments on commit a3cb02d

Please sign in to comment.