@momo-kits/avatar 0.89.1-rc.4 → 0.89.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.tsx +1 -1
  2. package/package.json +1 -1
package/index.tsx CHANGED
@@ -116,4 +116,4 @@ const Avatar: FC<AvatarProps> = ({
116
116
  );
117
117
  };
118
118
 
119
- export default Avatar;
119
+ export {Avatar};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/avatar",
3
- "version": "0.89.1-rc.4",
3
+ "version": "0.89.2",
4
4
  "private": false,
5
5
  "main": "index.tsx",
6
6
  "peerDependencies": {