bug: fix datatest recipes

This commit is contained in:
Quangnhankie
2021-09-14 15:18:42 +07:00
parent ccb52169f8
commit 1fc2dec6de
10 changed files with 121 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
import { Layout } from 'src/components/common';
import { HomeBanner, HomeCategories, HomeCollection, HomeCTA, HomeFeature, HomeRecipe, HomeSubscribe, HomeVideo } from 'src/components/modules/home';
import HomeSpice from 'src/components/modules/home/HomeSpice/HomeSpice';
export default function Home() {
return (
@@ -9,8 +10,9 @@ export default function Home() {
<HomeCategories />
<HomeCollection />
<HomeVideo />
<HomeSpice/>
<HomeCTA />
<HomeRecipe />
<HomeRecipe />
<HomeSubscribe />
{/* // todo: uncomment