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