import classNames from '@/utils/classnames' import type { FC } from 'react' import { WEB_PREFIX } from '@/config' type LogoEmbeddedChatHeaderProps = { className?: string } const LogoEmbeddedChatHeader: FC = ({ className, }) => { return logo } export default LogoEmbeddedChatHeader