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