6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
|
import Avatar from './AvatarContainer';
|
||
|
|
||
|
export { default as AvatarWithEdit } from './AvatarWithEdit';
|
||
|
|
||
|
export default Avatar;
|