diff --git a/public/app/features/alerting/unified/components/RuleNotificationSection.tsx b/public/app/features/alerting/unified/components/RuleNotificationSection.tsx index 9034236c042..32715fe7dec 100644 --- a/public/app/features/alerting/unified/components/RuleNotificationSection.tsx +++ b/public/app/features/alerting/unified/components/RuleNotificationSection.tsx @@ -3,7 +3,7 @@ import { useCallback, useMemo } from 'react'; import { useFormContext } from 'react-hook-form'; import { notificationsAPIv0alpha1 } from '@grafana/alerting/unstable'; -import type { GrafanaTheme2 } from '@grafana/data'; +import { type GrafanaTheme2, textUtil } from '@grafana/data'; import { Trans, t } from '@grafana/i18n'; import { Button, @@ -20,7 +20,6 @@ import { useStyles2, } from '@grafana/ui'; import { useAppNotification } from 'app/core/copy/appNotification'; -import { textUtil } from 'app/core/utils/text'; import { RuleFormValues } from '../types/rule-form'; import { Annotation } from '../utils/constants';