diff --git a/src/crypto/index.browser.ts b/src/crypto/index.browser.ts index f691a85..39c9ea7 100644 --- a/src/crypto/index.browser.ts +++ b/src/crypto/index.browser.ts @@ -1,3 +1,3 @@ -import { pureJsCrypto } from './js' +import { pureJsCrypto } from './js.js' export const defaultCrypto = pureJsCrypto