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