import CartPage from '@/components/cart-page' import React from 'react' function Cart() { return ( ) } export default Cart