'use client' import type { FC } from 'react' import React from 'react' import { Group } from '../../../base/icons/src/vender/other' import { LoadingPlaceholder } from '@/app/components/plugins/card/base/placeholder' import Checkbox from '@/app/components/base/checkbox' import { RiCloseLine } from '@remixicon/react' import { useTranslation } from 'react-i18next' const LoadingError: FC = () => { const { t } = useTranslation() return (