Merge branch 'release-stable' of https://github.com/KieIO/grocery-vercel-commerce into feature/m4-get-blog-detail

This commit is contained in:
Quangnhankie
2021-10-21 09:50:00 +07:00
25 changed files with 590 additions and 332 deletions

View File

@@ -4,7 +4,8 @@ import { CheckoutPage } from 'src/components/modules/checkout';
export default function Checkout() {
return (
<>
<CheckoutPage/>
<CheckoutPage />
</>
)
}