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