大宝管理后台代码
1
jhzh
2024-10-03 b1c60c81a25bb8af532a0d76238482e593679d3a
1
2
3
4
5
6
7
8
9
import AvatarList from './List'
import Item from './Item'
 
export {
  AvatarList,
  Item as AvatarListItem
}
 
export default AvatarList