Skip to content

Commit 72f672e

Browse files
committed
fix(core): add full import path in esm modules
Former-commit-id: 1c56268
1 parent 376c718 commit 72f672e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* eslint-disable import/export */
2-
export * from "./identity"
3-
export * from "./group"
4-
export * from "./proof"
2+
export * from "./identity/index.js"
3+
export * from "./group/index.js"
4+
export * from "./proof/index.js"

0 commit comments

Comments
 (0)