Skip to content

Commit 9605729

Browse files
committed
fixed import error
1 parent ebdca21 commit 9605729

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/modules/cart/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import { useProductStore } from "@/app/_zustand/store";
44
import toast from "react-hot-toast";
55
import Image from "next/image"
66
import Link from "next/link";
7-
import { FaCircleQuestion } from "react-icons/fa6";
7+
import { FaCheck, FaCircleQuestion, FaClock, FaXmark } from "react-icons/fa6";
8+
import QuantityInputCart from "@/components/QuantityInputCart";
89

910
export const CartModule = () => {
1011

0 commit comments

Comments
 (0)