mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
✨ feat: Checkout Page
:%s
This commit is contained in:
13
pages/checkout.tsx
Normal file
13
pages/checkout.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Layout } from 'src/components/common';
|
||||
import { CheckoutPage } from 'src/components/modules/checkout';
|
||||
import { HomeBanner, HomeCategories, HomeCollection, HomeCTA, HomeFeature, HomeRecipe, HomeSubscribe, HomeVideo } from 'src/components/modules/home';
|
||||
|
||||
export default function Checkout() {
|
||||
return (
|
||||
<>
|
||||
<CheckoutPage/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Checkout.Layout = Layout
|
Reference in New Issue
Block a user