import Compare from './Compare' import Product from './Product' import ProductList from './ProductList' export { Compare, Product, ProductList }