Files
commerce/src/components/modules/product-detail/index.ts
2021-09-08 09:25:46 +07:00

5 lines
331 B
TypeScript

export { default as ProductInfoDetail } from './ProductInfoDetail/ProductInfoDetail'
export { default as ViewedProducts } from './ViewedProducts/ViewedProducts'
export { default as ReleventProducts } from './ReleventProducts/ReleventProducts'
export { default as RecommendedRecipes } from './RecommendedRecipes/RecommendedRecipes'