Files
hotgo/hotgo-web/src/components/AvatarList/index.js
孟帅 8f3d679a57 tt
2022-02-25 17:11:17 +08:00

10 lines
136 B
JavaScript

import AvatarList from './List'
import Item from './Item'
export {
AvatarList,
Item as AvatarListItem
}
export default AvatarList