Skip to content

Commit 8038c7a

Browse files
rg911haryu703
andauthored
fix import path (#748) (#749)
Co-authored-by: haryu703 <34744512+haryu703@users.noreply.github.com>
1 parent d3c7ad3 commit 8038c7a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/core/utils/DtoMapping.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@
1515
*/
1616

1717
import { Duration } from '@js-joda/core';
18-
import { AccountRestrictionsInfoDTO, MerkleTreeBranchDTO, MerkleTreeLeafDTO } from 'symbol-openapi-typescript-fetch-client';
19-
import { MerkleStateInfoDTO } from 'symbol-openapi-typescript-fetch-client/src/models/index';
18+
import {
19+
AccountRestrictionsInfoDTO,
20+
MerkleStateInfoDTO,
21+
MerkleTreeBranchDTO,
22+
MerkleTreeLeafDTO,
23+
} from 'symbol-openapi-typescript-fetch-client';
2024
import { Address } from '../../model/account/Address';
2125
import { MerkleStateInfo } from '../../model/blockchain/MerkleStateInfo';
2226
import { MosaicId } from '../../model/mosaic/MosaicId';

0 commit comments

Comments
 (0)