Skip to content

Commit

Permalink
fix: export
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Feb 11, 2025
1 parent 441c564 commit 64f2043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"import": "./_esm/cli/index.js"
},
"./Account": {
"types": "./_types/fhub/Account/index.d.ts",
"import": "./_esm/fhub/Account/index.js"
"types": "./_types/fhub/Account.d.ts",
"import": "./_esm/fhub/Account.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 64f2043

Please sign in to comment.