| 1 | import { fetchImagePrimaryColor } from '@/utils/image-helper'; |
| 2 | import React, { PropsWithChildren } from 'react'; |
| 3 | import { AvatarWithPreview, getTextColorHex } from 'tailchat-design'; |
| 4 | import { useAsync, useCachedOnlineStatus, UserBaseInfo } from 'tailchat-shared'; |
nothing calls this directly
no test coverage detected