From bc2cbffcf41702208f714d8825cac61a18ffe8bb Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:20:07 +0400 Subject: [PATCH] chore: linting --- src/components/custom-toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/custom-toast.tsx b/src/components/custom-toast.tsx index b3b78ac..2e8f961 100644 --- a/src/components/custom-toast.tsx +++ b/src/components/custom-toast.tsx @@ -47,6 +47,7 @@ * }); * ``` */ +/** biome-ignore-all lint/suspicious/noExplicitAny: */ import { LuCheckCheck, @@ -56,7 +57,6 @@ import { LuTriangleAlert, } from "react-icons/lu"; import type { ExternalToast } from "sonner"; -import { Button } from "./ui/button"; import { RippleButton } from "./ui/ripple"; interface BaseToastProps {