index.js 136 B

123456789
  1. import AvatarList from './List'
  2. import Item from './Item'
  3. export {
  4. AvatarList,
  5. Item as AvatarListItem
  6. }
  7. export default AvatarList