Skip to content

Commit

Permalink
Removed unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
buchananwill committed Apr 12, 2024
1 parent 000f357 commit 3eaaf26
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/api/actions/custom/provider-roles.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
'use server';
import { ActionResponsePromise } from '../actionResponse';
import { API_BASE_URL, isNotUndefined } from '../../main';
import {
getWithoutBody,
patchEntityList,
postEntitiesWithDifferentReturnType,
postIntersectionTableRequest
} from '../template-actions';
import { postEntitiesWithDifferentReturnType } from '../template-actions';
import { ProviderRoleDto } from '../../dtos/ProviderRoleDtoSchema';
import { NewProviderRoleDto } from '../../dtos/NewProviderRoleDtoSchema-Validation';
import { WorkTaskCompetencyDto } from '../../dtos/WorkTaskCompetencyDtoSchema';
import { ProviderRoleTypeWorkTaskTypeSuitabilityDto } from '../../dtos/ProviderRoleTypeWorkTaskTypeSuitabilityDtoSchema';
import { getAll } from '../../READ-ONLY-generated-actions/ProviderRoleType';
import { getByTypeIdList } from '../../READ-ONLY-generated-actions/ProviderRole';

Expand Down

0 comments on commit 3eaaf26

Please sign in to comment.