fix(cart): add missing toast import from sonner in CartDrawer
All checks were successful
Deploy Canina / deploy (push) Successful in 1m48s
All checks were successful
Deploy Canina / deploy (push) Successful in 1m48s
This commit is contained in:
parent
b0c9e9e88c
commit
0d805b0eb9
@ -9,6 +9,7 @@ import { productService } from "../lib/services/productService";
|
||||
import SafeImage from "./SafeImage";
|
||||
import { useUserStore } from "../lib/store/userStore";
|
||||
import AuthModal from "./AuthModal";
|
||||
import { toast } from "sonner";
|
||||
|
||||
export default function CartDrawer({ isOpen, onClose, onCheckout, onShopNavigate }: {
|
||||
isOpen: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user