//import { useTranslation } from 'next-i18next' export const XrayReset = (props) => null /*{ const { t } = useTranslation(['app']) return (
  • props.updateGist(['_state', 'xray'], { enabled: true })}> {t(`reset`)}
  • ) } */