update superAdmin users business

This commit is contained in:
2026-03-14 16:26:22 +03:30
parent 9bfbef6f64
commit 20be653499
126 changed files with 2891 additions and 169 deletions
+4
View File
@@ -1,4 +1,6 @@
import { Route } from '@angular/router';
import { DEVICE_BRANDS_ROUTES } from './deviceBrands/constants';
import { DEVICES_ROUTES } from './devices/constants';
import { GUILDS_ROUTES } from './guilds/constants';
import { LICENSES_ROUTES } from './licenses/constants';
import { PARTNERS_ROUTES } from './partners/constants';
@@ -14,5 +16,7 @@ export const SUPER_ADMIN_ROUTES = {
...PARTNERS_ROUTES,
...PROVIDERS_ROUTES,
...LICENSES_ROUTES,
...DEVICE_BRANDS_ROUTES,
...DEVICES_ROUTES,
],
} as Route;