update stuff

This commit is contained in:
Eduard Gert
2026-05-13 16:28:51 +02:00
parent 83030dbbd6
commit 1932b76f5b
24 changed files with 702 additions and 375 deletions

View File

@@ -9,6 +9,7 @@ import * as Peers from "./peers.js";
import * as Profiles from "./profiles.js";
import * as Settings from "./settings.js";
import * as Update from "./update.js";
import * as Windows from "./windows.js";
export {
Connection,
Debug,
@@ -17,7 +18,8 @@ export {
Peers,
Profiles,
Settings,
Update
Update,
Windows
};
export {