6 lines
No EOL
168 B
TypeScript
6 lines
No EOL
168 B
TypeScript
import React from 'react';
|
|
import CartPage from '@/components/cart-page';
|
|
|
|
export default function FlashDeliveryCart() {
|
|
return <CartPage isFlashDelivery={true} />;
|
|
} |