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