import CheckoutPage from '@/components/checkout-page'; import React from 'react'; function Checkout() { return ; } export default Checkout;