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