Skip to content

Commit e4013e4

Browse files
authored
fix: missing import extension (#388)
Fixing imports to make the library work on CRA
1 parent 37192da commit e4013e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/crypto/index.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { pureJsCrypto } from './js'
1+
import { pureJsCrypto } from './js.js'
22

33
export const defaultCrypto = pureJsCrypto

0 commit comments

Comments
 (0)