import useFees from '../hooks/useFees' import { percentFormat } from '../utils' import { useTranslation } from 'next-i18next' export default function MarketFee() { const { t } = useTranslation('common') const { takerFee, makerFee } = useFees() return (