// New factory-based components - replace 5+ old blocks with 2 powerful factoriesexport * from'./GridBusiness';
export * from'./SplitBusiness';
// Examples for the new factoriesexport * from'./GridBusiness.examples';
export * from'./SplitBusiness.examples';