大宝管理后台代码
zzzz
2024-04-09 c2641b04320495d1ae3ba9924ccfeae6070da4be
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