Skip to content

Commit

Permalink
im adding the bad imports
Browse files Browse the repository at this point in the history
  • Loading branch information
macrael committed Oct 2, 2023
1 parent 5794743 commit c4e7c3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import {
toProtoBuffer,
} from '../../../../app-web/src/common-code/proto/healthPlanFormDataProto'
import type { ContractRevisionWithRatesType } from './revisionTypes'
import { parsePartialHPFD } from 'app-web/src/common-code/proto/healthPlanFormDataProto/toDomain'
import type { PartialHealthPlanFormData } from 'app-web/src/common-code/proto/healthPlanFormDataProto/toDomain'
import { parsePartialHPFD } from '../../../../app-web/src/common-code/proto/healthPlanFormDataProto/toDomain'
import type { PartialHealthPlanFormData } from '../../../../app-web/src/common-code/proto/healthPlanFormDataProto/toDomain'

function convertContractWithRatesToUnlockedHPP(
contract: ContractType
Expand Down

0 comments on commit c4e7c3e

Please sign in to comment.