Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Aug 2, 2024
1 parent 3f9c782 commit 2418cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ index 4f29120e7150c9d3d519c233ddf000af26021af1..f693175e4f36445aa3149c62479db634
+++ b/src/register.ts
@@ -1,4 +1,5 @@
// biome-ignore lint/suspicious/noEmptyInterface: <explanation>
+import {Address} from './address'
+import type {Address} from './address.js'
export interface Register {}

// TODO: Remove deprecated properties next major version
Expand Down

0 comments on commit 2418cdd

Please sign in to comment.