mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-16 21:59:56 +00:00
add window manager
This commit is contained in:
@@ -10,7 +10,7 @@ import * as ProfileSwitcher from "./profileswitcher.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";
|
||||
import * as WindowManager from "./windowmanager.js";
|
||||
export {
|
||||
Connection,
|
||||
Debug,
|
||||
@@ -21,7 +21,7 @@ export {
|
||||
Profiles,
|
||||
Settings,
|
||||
Update,
|
||||
Windows
|
||||
WindowManager
|
||||
};
|
||||
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user