mirror of https://github.com/abpframework/abp.git
2 changed files with 5 additions and 0 deletions
@ -0,0 +1 @@ |
|||||
|
export * from './route-names'; |
||||
@ -0,0 +1,4 @@ |
|||||
|
export const enum eTenantManagementRouteNames { |
||||
|
TenantManagement = 'AbpTenantManagement::Menu:TenantManagement', |
||||
|
Tenants = 'AbpTenantManagement::Tenants', |
||||
|
} |
||||
Loading…
Reference in new issue