We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdca21 commit 9605729Copy full SHA for 9605729
components/modules/cart/index.tsx
@@ -4,7 +4,8 @@ import { useProductStore } from "@/app/_zustand/store";
4
import toast from "react-hot-toast";
5
import Image from "next/image"
6
import Link from "next/link";
7
-import { FaCircleQuestion } from "react-icons/fa6";
+import { FaCheck, FaCircleQuestion, FaClock, FaXmark } from "react-icons/fa6";
8
+import QuantityInputCart from "@/components/QuantityInputCart";
9
10
export const CartModule = () => {
11
0 commit comments