/** Export PhotoPreviewSection component */ export { default as PhotoPreviewSection } from './PhotoPreviewSection'; /** Export types */ export type { PhotoPreviewSectionProps, PhotoItem, PhotoType } from './types';