Skip to content

Commit

Permalink
fix(core): add full import path in esm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Feb 7, 2024
1 parent a6bc60e commit 9e2494b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable import/export */
export * from "./identity"
export * from "./group"
export * from "./proof"
export * from "./identity/index.js"
export * from "./group/index.js"
export * from "./proof/index.js"

0 comments on commit 9e2494b

Please sign in to comment.