Files
commerce/src/components/modules/home/index.ts
2021-10-04 14:16:32 +07:00

12 lines
806 B
TypeScript

export { default as HomeBanner } from './HomeBanner/HomeBanner'
export { default as CollectionCarcousel } from './CollectionCarcousel/CollectionCarcousel'
export { default as HomeCategories } from './HomeCategories/HomeCategories'
export { default as HomeCTA } from './HomeCTA/HomeCTA'
export { default as HomeSubscribe } from './HomeSubscribe/HomeSubscribe'
export { default as HomeVideo } from './HomeVideo/HomeVideo'
export { default as FreshProducts } from './FreshProducts/FreshProducts'
export { default as HomeCollection } from './HomeCollection/HomeCollection'
export { default as HomeRecipe } from './HomeRecipe/HomeRecipe'
export { default as FeaturedProductsCarousel } from './FeaturedProductsCarousel/FeaturedProductsCarousel'
export { default as HomeFeature } from './HomeFeature/HomeFeature'