File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
__tests__/components/organisms
components/organisms/CreateEditMessagePlan Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type {
66 Channel ,
77 RoutingConfigStatus ,
88} from 'nhs-notify-backend-client' ;
9- import type { MessagePlanTemplates } from '@utils/message-plans ' ;
9+ import type { MessagePlanTemplates } from '@utils/routing-utils ' ;
1010import {
1111 EMAIL_TEMPLATE ,
1212 LETTER_TEMPLATE ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 messagePlanStatusToDisplayText ,
1111 messagePlanStatusToTagColour ,
1212} from 'nhs-notify-web-template-management-utils' ;
13- import { MessagePlanTemplates } from '@utils/message-plans ' ;
13+ import { MessagePlanTemplates } from '@utils/routing-utils ' ;
1414
1515import styles from '@organisms/CreateEditMessagePlan/CreateEditMessagePlan.module.scss' ;
1616
You can’t perform that action at this time.
0 commit comments