/**
 * [[include:common-layout/README.md]]
 * @module common-layout
 * @preferred
 */
/** imports */
export * from './common-layout.module';
export * from './context.service';
export * from './namespace-select/component';
export * from './product-select/component';
export * from './store.service';
export * from './utils';
export * from './product-select/service';
