export { default as ResponsiveImage } from './components/ResponsiveImage'; export type { ResponsiveData } from './components/ResponsiveImage'; export { default as PhotoGrid } from './components/PhotoGrid'; // Also export MediaGrid as alias if needed, but default is PhotoGrid export { MediaGrid } from './components/PhotoGrid';