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