// UI exports for the product domain
export { ProductView } from './ProductView';
export { ProductCard } from './ProductCard';
