import React from 'react'; import {Associations} from '../index'; import {IPropsItemListInfo} from '../ListItemInfo'; class AssociationsComponent extends React.Component { render() { const props = this.props; return ( ); } } export const associations = AssociationsComponent;