We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8113a05 commit f977573Copy full SHA for f977573
src/components/ui/alert.tsx
@@ -4,7 +4,7 @@ import { MdClose } from "react-icons/md"
4
5
import { cn } from "@/lib/utils/cn"
6
7
-import { Button } from "../../../tailwind/ui/buttons/Button"
+import { Button } from "./buttons/Button"
8
9
const alertVariants = cva(
10
"flex flex-row gap-4 items-center rounded-lg border p-4",
0 commit comments