diff --git a/app/components/purchase-cart-list/purchase-cart-list.tsx b/app/components/purchase-cart-list/purchase-cart-list.tsx index ee2cc73..69dbb9c 100644 --- a/app/components/purchase-cart-list/purchase-cart-list.tsx +++ b/app/components/purchase-cart-list/purchase-cart-list.tsx @@ -1,5 +1,5 @@ import { Cross } from '~/icons' -import { Text, ButtonLink, PurchaseCartListItem } from '~/components' +import { Text, ButtonLink, Button, PurchaseCartListItem } from '~/components' import formatCurrency from '~/utils/format-currency' import type { PurchaseCartListProps } from './types' @@ -48,9 +48,13 @@ const PurchaseCartList = ({ cart, onClose, onCartRemoval }: PurchaseCartListProp - + Checkout + + ) }