mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-04 06:33:09 +00:00
fix: .js extension is needed in module package
This commit is contained in:
parent
cef3b22f0d
commit
5587690843
@ -1,6 +1,6 @@
|
||||
import * as resources from "./resources";
|
||||
import * as wc from "./witness_calculator";
|
||||
import * as zerokitRLN from "./zerokit/rln_wasm";
|
||||
import * as resources from "./resources.js";
|
||||
import * as wc from "./witness_calculator.js";
|
||||
import * as zerokitRLN from "./zerokit/rln_wasm.js";
|
||||
|
||||
/**
|
||||
* Convert a base64 string into uint8Array
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user