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