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