import type { FC } from 'react' import { basePath } from '@/utils/var' type LogoEmbeddedChatAvatarProps = { className?: string } const LogoEmbeddedChatAvatar: FC = ({ className, }) => { return ( logo ) } export default LogoEmbeddedChatAvatar