diff --git a/src/common/signing/ao.ts b/src/common/signing/ao.ts index 014ccb5..d7e8deb 100644 --- a/src/common/signing/ao.ts +++ b/src/common/signing/ao.ts @@ -1,6 +1,10 @@ -import { DataItem, Signer, createData } from '@dha-team/arbundles'; -import { EthereumSigner } from '@dha-team/arbundles/build/node/cjs/index'; -import { ArweaveSigner } from '@dha-team/arbundles/web'; +import { + ArweaveSigner, + DataItem, + EthereumSigner, + Signer, + createData, +} from '@dha-team/arbundles'; import { AoSigner, DataItemSignatureProvider } from '../../types/ao.js'; import { isArweaveWalletApi, isJwkInterface } from '../../types/arweave.js';