index.js
492 Bytes
import ProductSwipe from './product-swipe';
import ShopFav from './shop-fav';
import PriceTitle from './price-title';
import Services from './services';
import ProductAddCart from './cart/product-add-cart';
import ShoppingBag from './shopping-bag';
import ProductIntro from './intro/product-intro';
import ProductPrefer from './product-prefer';
export {
ProductSwipe,
ShopFav,
PriceTitle,
Services,
ProductAddCart,
ShoppingBag,
ProductIntro,
ProductPrefer
};