fix: export getNetworkModuleStatus
This commit is contained in:
parent
e6ee874107
commit
624511a041
|
@ -18,4 +18,10 @@ export {
|
|||
concatBytes,
|
||||
utf8ToBytes,
|
||||
} from "@lumeweb/libweb";
|
||||
export { callModule, connectModule, log, logErr } from "./api.js";
|
||||
export {
|
||||
callModule,
|
||||
connectModule,
|
||||
log,
|
||||
logErr,
|
||||
getNetworkModuleStatus,
|
||||
} from "./api.js";
|
||||
|
|
Loading…
Reference in New Issue