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