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