8 lines
372 B
TypeScript
8 lines
372 B
TypeScript
export { ProductCard } from "./ProductCard";
|
|
export { PricingDeal } from "./PricingDeal";
|
|
export { Features } from "./Features";
|
|
export { ImageGallery } from "./ImageGallery";
|
|
export { ProductSpecs } from "./ProductSpecs";
|
|
export { DeliveryInfo } from "./DeliveryInfo";
|
|
export { CustomerReviews } from "./CustomerReviews";
|
|
export { SellerInfo } from "./SellerInfo"; |