diff --git a/src/components/example/AlertExample.tsx b/src/components/example/AlertExample.tsx index 07b04eb..e3f410e 100644 --- a/src/components/example/AlertExample.tsx +++ b/src/components/example/AlertExample.tsx @@ -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 (