Files
2026-07-13 12:37:47 +08:00

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";