feat: own tenant administration WebUI

This commit is contained in:
2026-07-31 04:21:34 +02:00
parent b40615f8ac
commit 118e96db43
12 changed files with 1040 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
export { default } from "./module";
export * from "./module";
export * from "./api/tenancy";
export { default as TenantsPanel } from "./features/admin/TenantsPanel";
export { default as TenantSettingsPanel } from "./features/admin/TenantSettingsPanel";
export type {
PlatformWebModule,
PlatformRouteContext
} from "@govoplan/core-webui";