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