import { installable } from '../utils'; import _Row from './Row'; const Row = installable(_Row); export default Row; export { Row };