mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-21 16:36:48 +08:00
10 lines
136 B
JavaScript
10 lines
136 B
JavaScript
import AvatarList from './List'
|
|
import Item from './Item'
|
|
|
|
export {
|
|
AvatarList,
|
|
Item as AvatarListItem
|
|
}
|
|
|
|
export default AvatarList
|