verdnatura-chat/app/containers/Avatar/index.ts

6 lines
127 B
TypeScript
Raw Normal View History

2023-01-06 20:51:16 +00:00
import Avatar from './AvatarContainer';
export { default as AvatarWithEdit } from './AvatarWithEdit';
export default Avatar;