feat: add route names to tenant management config

pull/4377/head
Arman Ozak 5 years ago
parent a1ee05eb51
commit 0993e4aa44

@ -0,0 +1,4 @@
export const enum eTenantManagementRouteNames {
TenantManagement = 'AbpTenantManagement::Menu:TenantManagement',
Tenants = 'AbpTenantManagement::Tenants',
}
Loading…
Cancel
Save