'use client' import type { FC } from 'react' import React from 'react' import { Group } from '../../../base/icons/src/vender/other' import cn from '@/utils/classnames' import { LoadingPlaceholder } from '@/app/components/plugins/card/base/placeholder' const LoadingError: FC = () => { return (