// New factory-based components - replace old blocks with powerful factories
export * from './SplitGallery';
export * from './GridGallery';

// Examples for the new factories
export * from './SplitGallery.examples';
export * from './GridGallery.examples';