import { Table } from "@chakra-ui/react" import { useTranslation } from "react-i18next" import { SkeletonText } from "../ui/skeleton" const PendingItems = () => { const { t } = useTranslation() return (