feat(ADM-018): completed feature
This commit is contained in:
10
project/frontend/src/app/cart/page.tsx
Normal file
10
project/frontend/src/app/cart/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { Metadata } from 'next';
|
||||
import CartPageContent from '@/components/cart/CartPageContent';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Carrito — MercadoDeVida',
|
||||
};
|
||||
|
||||
export default function CartPage() {
|
||||
return <CartPageContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user