import { Box, Skeleton } from '@mui/material'; import { Card } from '../../components/Card'; import { TokenDivider, TokenSkeleton } from '../../components/Token'; export const TransactionHistoryItemSkeleton = () => { return ( ({ borderRadius: `${theme.shape.borderRadius}px`, })} /> ({ borderRadius: `${theme.shape.borderRadius}px`, })} /> ); };