Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-05-13 19:00:42 +02:00
parent a58c52631e
commit cb3a900d39
639 changed files with 1185 additions and 887 deletions

View File

@ -34,4 +34,4 @@ const GroupAvatar = (props: IGroupAvatar) => {
);
};
export default GroupAvatar;
export { GroupAvatar as default };

View File

@ -105,4 +105,4 @@ const GroupPopover = (props: IGroupPopoverContainer) => {
);
};
export default GroupPopover;
export { GroupPopover as default };