Skip to content

Commit cd6fc9b

Browse files
committed
Fix AvatarWithDetails barrel export path
1 parent dbef746 commit cd6fc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared-components/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
export * from "./audio/Clock";
1010
export * from "./audio/PlayPauseButton";
1111
export * from "./audio/SeekBar";
12-
export * from "./core/avatar/AvatarWithDetails";
12+
export * from "./core/AvatarWithDetails";
1313
export * from "./composer/Banner";
1414
export * from "./crypto/SasEmoji";
1515
export * from "./event-tiles/UrlPreviewGroupView";

0 commit comments

Comments
 (0)