diff --git a/src/Components/Cart.jsx b/src/Components/Cart.jsx index 917b7a1..ab5d322 100644 --- a/src/Components/Cart.jsx +++ b/src/Components/Cart.jsx @@ -1,5 +1,5 @@ import { Dialog, Transition } from "@headlessui/react"; -import { XIcon } from "@heroicons/react/outline"; +import { XIcon, ShoppingCartIcon } from "@heroicons/react/outline"; import React, { Fragment } from "react"; export default function Cart({ open, setOpen, cart, updateCart }) { @@ -37,7 +37,7 @@ export default function Cart({ open, setOpen, cart, updateCart }) { >