We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948eed4 commit c5139c0Copy full SHA for c5139c0
frontend/src/utils/form-actions.ts
@@ -2,16 +2,12 @@
2
3
import { getSessionServer } from '@utils/amplify-utils';
4
import {
5
- $RoutingConfig,
6
CreateUpdateTemplate,
7
isTemplateDtoValid,
8
- RoutingConfig,
9
- RoutingConfigStatusActive,
10
TemplateDto,
11
ValidatedTemplateDto,
12
} from 'nhs-notify-backend-client';
13
import { logger } from 'nhs-notify-web-template-management-utils/logger';
14
-import { routingConfigurationApiClient } from 'nhs-notify-backend-client/src/routing-config-api-client';
15
import { templateApiClient } from 'nhs-notify-backend-client/src/template-api-client';
16
import { sortAscByCreatedAt } from './sort';
17
0 commit comments