'use client' import { ExclamationTriangleIcon } from '@heroicons/react/24/outline' type TFunction = (key: string) => string export function UserManagementInitialLoading({ t }: { t: TFunction }) { return (

{t('autofix.kfd6e0974')}

) } export function UserManagementAccessDenied({ t }: { t: TFunction }) { return (

{t('autofix.k26fbc186')}

{t('autofix.k661c032b')}

) }