first commit
This commit is contained in:
7
calcom/packages/ui/components/avatar/index.ts
Normal file
7
calcom/packages/ui/components/avatar/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export { Avatar } from "./Avatar";
|
||||
export { UserAvatar } from "./UserAvatar";
|
||||
export type { AvatarProps } from "./Avatar";
|
||||
export { AvatarGroup } from "./AvatarGroup";
|
||||
export { UserAvatarGroup } from "./UserAvatarGroup";
|
||||
export { UserAvatarGroupWithOrg } from "./UserAvatarGroupWithOrg";
|
||||
export type { AvatarGroupProps } from "./AvatarGroup";
|
||||
Reference in New Issue
Block a user