Skip to content

Commit

Permalink
fix: missing import extension (#388)
Browse files Browse the repository at this point in the history
Fixing imports to make the library work on CRA
  • Loading branch information
hackyguru authored Nov 27, 2023
1 parent 37192da commit e4013e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/index.browser.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { pureJsCrypto } from './js'
import { pureJsCrypto } from './js.js'

export const defaultCrypto = pureJsCrypto

0 comments on commit e4013e4

Please sign in to comment.