12 lines
535 B
TypeScript
12 lines
535 B
TypeScript
export { ProductHeader } from "./ProductHeader";
|
|
export { ProductImageCarousel } from "./ProductImageCarousel";
|
|
export { ProductActions } from "./ProductActions";
|
|
export { ProductInfo } from "./ProductInfo";
|
|
export { ColorSelector } from "./ColorSelector";
|
|
export { SizeSelector } from "./SizeSelector";
|
|
export { ContactButton } from "./ContactButton";
|
|
export { ReviewSection, ReviewList } from "./ReviewSection";
|
|
export { Review } from "./Review";
|
|
export { BottomBar } from "./BottomBar";
|
|
export type { ReviewProps } from "./Review";
|