import { withRegistry } from '@bem-react/di';
import { Showcase as ShowcaseCommon } from './Showcase';
import { showcaseRegistry } from './Showcase.registry/desktop';
export * from './Showcase';
export var Showcase = withRegistry(showcaseRegistry)(ShowcaseCommon);