1
0
forked from baron/baron-sso

fix(adminfront): add missing React import in TenantListPage

This commit is contained in:
2026-03-04 13:43:35 +09:00
parent 5b89ed5685
commit d9ed46f4b9

View File

@@ -1,7 +1,7 @@
import { useMutation, useQuery } from "@tanstack/react-query";
import type { AxiosError } from "axios";
import { CornerDownRight, Pencil, Plus, RefreshCw, Trash2 } from "lucide-react";
import type React from "react";
import * as React from "react";
import { Link, useNavigate } from "react-router-dom";
import { Badge } from "../../../components/ui/badge";
import { Button } from "../../../components/ui/button";