mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
remove colecttion
This commit is contained in:
@@ -12,7 +12,7 @@ import { PromiseWithKey } from 'src/utils/types.utils'
|
|||||||
export default function Slug({ product, relevantProducts, collections }: InferGetStaticPropsType<typeof getStaticProps>) {
|
export default function Slug({ product, relevantProducts, collections }: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||||
|
|
||||||
return <>
|
return <>
|
||||||
<ProductInfoDetail productDetail={product} collections={collections}/>
|
<ProductInfoDetail productDetail={product}/>
|
||||||
<RecipeDetail ingredients={INGREDIENT_DATA_TEST} />
|
<RecipeDetail ingredients={INGREDIENT_DATA_TEST} />
|
||||||
<RecommendedRecipes data={RECIPE_DATA_TEST} />
|
<RecommendedRecipes data={RECIPE_DATA_TEST} />
|
||||||
<ReleventProducts data={relevantProducts} collections={collections}/>
|
<ReleventProducts data={relevantProducts} collections={collections}/>
|
||||||
|
Reference in New Issue
Block a user