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