[agent-pipeline] pipe-20260318044621-56k5 round-9
This commit is contained in:
@@ -12,13 +12,10 @@ import {
|
||||
import { toast } from "sonner";
|
||||
import { showErrorToast } from "@/lib/utils/toastUtils";
|
||||
import { useRouter } from "next/navigation";
|
||||
import {
|
||||
BatchAPI,
|
||||
BatchConfig,
|
||||
BatchMapping,
|
||||
} from "@/lib/api/batch";
|
||||
import BatchCard from "@/components/admin/BatchCard";
|
||||
import { BatchAPI, type BatchConfig, type BatchMapping } from "@/lib/api/batch";
|
||||
import { apiClient } from "@/lib/api/client";
|
||||
import { ScrollToTop } from "@/components/common/ScrollToTop";
|
||||
import BatchCard from "@/components/admin/BatchCard";
|
||||
|
||||
export default function BatchManagementPage() {
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user