feat: layout CheckoutPage

This commit is contained in:
Tan Le
2021-09-23 11:42:08 +07:00
parent ee3a331696
commit d5c0aba8a2
8 changed files with 54 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
import { Layout } from 'src/components/common';
import { LayoutCheckout } 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 (
@@ -10,4 +9,4 @@ export default function Checkout() {
)
}
Checkout.Layout = Layout
Checkout.Layout = LayoutCheckout