chore: linting

This commit is contained in:
zhom
2025-08-12 12:20:07 +04:00
parent 341a461abf
commit bc2cbffcf4
+1 -1
View File
@@ -47,6 +47,7 @@
* });
* ```
*/
/** biome-ignore-all lint/suspicious/noExplicitAny: <explanation> */
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 {