diff --git a/adminfront/src/features/user-groups/routes/GlobalUserGroupListPage.tsx b/adminfront/src/features/user-groups/routes/GlobalUserGroupListPage.tsx index 97fd27d8..c4c84dc4 100644 --- a/adminfront/src/features/user-groups/routes/GlobalUserGroupListPage.tsx +++ b/adminfront/src/features/user-groups/routes/GlobalUserGroupListPage.tsx @@ -20,9 +20,9 @@ import { TableRow, } from "../../../components/ui/table"; import { + type TenantSummary, fetchGroups, fetchTenants, - type TenantSummary, } from "../../../lib/adminApi"; export default function GlobalUserGroupListPage() {