'use client' import { cn } from '@langgenius/dify-ui/cn' import { useTranslation } from 'react-i18next' type PageUnavailableProps = { className?: string } const PageUnavailable = ({ className }: PageUnavailableProps) => { const { t } = useTranslation() return (