Files
commerce/src/components/modules/product-detail/index.ts
lytrankieio123 8712ae717d 🎨 styles: recommended recipe
:%s
2021-09-06 12:26:59 +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'