diff --git a/src/Checkout/Payment/Payment.js b/src/Checkout/Payment/Payment.js index 2c61693..919ac10 100644 --- a/src/Checkout/Payment/Payment.js +++ b/src/Checkout/Payment/Payment.js @@ -1,6 +1,6 @@ import React from "react"; import { useStateValue } from "../../redux/StateProvider"; - +import { Link } from "react-router-dom"; import CheckoutProduct from "../CheckoutProduct"; import "./Payment.css"; @@ -9,6 +9,9 @@ function Payment() { return (
+

+ Checkout ({basket?.length} items) +

Delivery Address