import { ArrowRightAltRounded, SubdirectoryArrowRightRounded, } from '@mui/icons-material' import clsx from 'clsx' import { HugeDecimal } from '@dao-dao/math' import { PayEntityDisplayProps, PayEntityDisplayRowProps } from '@dao-dao/types' import { useDetectWrap } from '../hooks' import { TokenAmountDisplay } from './token' export const PayEntityDisplay = ({ tokens, className, ...props }: PayEntityDisplayProps) => (