export { default as ProductDetailSection } from "./ProductDetailSection";
export { default as ProductImgSection } from "./ProductImgSection";
export { default as QtyInput } from "./QtyInput";
export { default as AdditionalSection } from "./AdditionalSection";
export { default as BottomSection } from "./BottomSection";
export { default as SimilarProductsSection } from "./SimilarProductsSection";
