import { registerComponent } from 'nornj';
import { Row } from 'antd';

registerComponent({
  'ant-Row': Row
});

export default Row;
