Skip to content

Commit b578438

Browse files
authored
fix: add missing file extension in import (#331)
Add missing file extension in import
1 parent 45656b5 commit b578438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nonce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { bytes, uint64 } from './@types/basic'
1+
import type { bytes, uint64 } from './@types/basic.js'
22

33
export const MIN_NONCE = 0
44
// For performance reasons, the nonce is represented as a JS `number`

0 commit comments

Comments
 (0)