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