chore: transfer repo
This commit is contained in:
10
app/cart/page.tsx
Normal file
10
app/cart/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import CartPage from 'components/cart/CartPage';
|
||||
|
||||
export const metadata = {
|
||||
title: 'Cart',
|
||||
description: 'View your shopping cart and proceed to checkout.',
|
||||
};
|
||||
|
||||
export default function Cart() {
|
||||
return <CartPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user