fix: export getNetworkModuleStatus

This commit is contained in:
Derrick Hammer 2023-07-25 11:42:18 -04:00
parent e6ee874107
commit 624511a041
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 7 additions and 1 deletions

View File

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