chore: Add another export

This commit is contained in:
J H
2024-02-27 13:25:58 -07:00
parent 171e0ed312
commit 5366b4c873

View File

@@ -3,6 +3,7 @@ export { EmVer } from "./emverLite/mod"
export { Overlay } from "./util/Overlay"
export { Utils } from "./util/utils"
export { StartSdk } from "./StartSdk"
export { setupManifest } from "./manifest/setupManifest"
export * as actions from "./actions"
export * as backup from "./backup"
export * as config from "./config"