THE LAST ONE BEFORE THE RELEASE
This commit is contained in:
13
frontend/style/app/checkout/page.tsx
Normal file
13
frontend/style/app/checkout/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
export default function CheckoutPage() {
|
||||
return (
|
||||
<div className="container mx-auto px-4 py-8">
|
||||
<h1 className="text-2xl font-bold mb-6">Оформление заказа</h1>
|
||||
<div className="max-w-2xl mx-auto">
|
||||
{/* Checkout form goes here */}
|
||||
<p>Форма оформления заказа</p>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user