From 42304ac0c2db3baa10cfb1ec7994a6535632b3a3 Mon Sep 17 00:00:00 2001 From: haryu703 <34744512+haryu703@users.noreply.github.com> Date: Wed, 20 Jan 2021 15:09:44 +0900 Subject: [PATCH] fix import path --- src/core/utils/DtoMapping.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/core/utils/DtoMapping.ts b/src/core/utils/DtoMapping.ts index e546f40920..233f8160f0 100644 --- a/src/core/utils/DtoMapping.ts +++ b/src/core/utils/DtoMapping.ts @@ -15,8 +15,12 @@ */ import { Duration } from '@js-joda/core'; -import { AccountRestrictionsInfoDTO, MerkleTreeBranchDTO, MerkleTreeLeafDTO } from 'symbol-openapi-typescript-fetch-client'; -import { MerkleStateInfoDTO } from 'symbol-openapi-typescript-fetch-client/src/models/index'; +import { + AccountRestrictionsInfoDTO, + MerkleStateInfoDTO, + MerkleTreeBranchDTO, + MerkleTreeLeafDTO, +} from 'symbol-openapi-typescript-fetch-client'; import { Address } from '../../model/account/Address'; import { MerkleStateInfo } from '../../model/blockchain/MerkleStateInfo'; import { MosaicId } from '../../model/mosaic/MosaicId';