1
0
forked from baron/baron-sso

adminfront 린트 적용

This commit is contained in:
2026-02-23 17:23:11 +09:00
parent 4dc4e19c27
commit 2da570f42c
14 changed files with 29 additions and 27 deletions

View File

@@ -11,7 +11,8 @@ import {
UserPlus,
Users,
} from "lucide-react";
import React, { useState } from "react";
import type React from "react";
import { useState } from "react";
import { useParams } from "react-router-dom";
import { toast } from "sonner";
import { Badge } from "../../../components/ui/badge";
@@ -34,12 +35,12 @@ import {
TableRow,
} from "../../../components/ui/table";
import {
type GroupSummary,
addGroupMember,
createGroup,
deleteGroup,
fetchGroups,
removeGroupMember,
type GroupSummary,
} from "../../../lib/adminApi";
import { t } from "../../../lib/i18n";