From aeae296c4805218604c41e4c2fc2f77bdad797de Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 24 Feb 2026 13:13:03 +0900 Subject: [PATCH] af lint --- .../src/features/user-groups/routes/GlobalUserGroupListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {