import { withRegistry } from '@bem-react/di';
import { Attach as AttachCommon } from './Attach';
import { attachRegistry } from './Attach.registry/touch-phone';
export * from './Attach';
export var Attach = withRegistry(attachRegistry)(AttachCommon);