import React, { type ReactNode } from 'react' function CartSidebarFooter({ children }: { children: ReactNode }) { return } export default CartSidebarFooter