Skip to content

Commit f977573

Browse files
committed
fix import
1 parent 8113a05 commit f977573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { MdClose } from "react-icons/md"
44

55
import { cn } from "@/lib/utils/cn"
66

7-
import { Button } from "../../../tailwind/ui/buttons/Button"
7+
import { Button } from "./buttons/Button"
88

99
const alertVariants = cva(
1010
"flex flex-row gap-4 items-center rounded-lg border p-4",

0 commit comments

Comments
 (0)