Skip to content

Commit 87accdd

Browse files
committed
Remove unnecessary file extension in relative import
1 parent 1f5a16e commit 87accdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/transaction-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { Bytes } from './bytes.js';
2-
import type { Hex } from './hex.js';
1+
import type { Bytes } from './bytes';
2+
import type { Hex } from './hex';
33

44
export type Transaction =
55
| LegacyTransaction

0 commit comments

Comments
 (0)