feat: own tenant administration WebUI
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user