fix(core): add full import path in esm modules

Former-commit-id: 1c562685c8
This commit is contained in:
cedoor
2024-02-07 16:16:03 +00:00
parent 376c718e50
commit 72f672e584

View File

@@ -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"