import React from 'react' import DifyLogo from '../../base/logo/dify-logo' import { useTranslation } from 'react-i18next' import Button from '../../base/button' import { RiCloseLine } from '@remixicon/react' type HeaderProps = { onClose: () => void } const Header = ({ onClose, }: HeaderProps) => { const { t } = useTranslation() return (
{t('billing.plansCommon.title.description')}