Skip to content

Commit

Permalink
removed checkout page
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepaMittal committed Feb 23, 2024
1 parent 5ea085b commit 7cc8818
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
2 changes: 0 additions & 2 deletions car-ui-react/src/pages/Cart/components/CartList.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useState } from "react"
import {CartCard} from "./CartCard";
import {Checkout} from "./Checkout";
import {useCart} from "../../../context";
import {useNavigate} from "react-router-dom";

Expand Down Expand Up @@ -41,7 +40,6 @@ export const CartList = () => {
</button>
</div>
</section>
{checkout && <Checkout setCheckout = {setCheckout}/>}
</>
)
}
65 changes: 0 additions & 65 deletions car-ui-react/src/pages/Cart/components/Checkout.js

This file was deleted.

0 comments on commit 7cc8818

Please sign in to comment.