Skip to content

Commit 63e8a82

Browse files
authored
fix import path (#748)
1 parent d3c7ad3 commit 63e8a82

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)