import { useTranslation } from 'react-i18next'; export const ns = 'trading'; export const useT = () => useTranslation('trading').t;