mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-09 14:48:12 -05:00
fix(core): add full import path in esm modules
Former-commit-id: 1c562685c8
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user