import { Trans, useTranslation } from 'react-i18next' import { Publisher } from './managed-publishers' type ManagedPublisherProps = { publisher: Publisher } export default function ManagedPublisher({ publisher }: ManagedPublisherProps) { const { t } = useTranslation() return (
{t('manage_publisher_managers')}