[agent-pipeline] pipe-20260318044621-56k5 round-9
This commit is contained in:
parent
cd0f0df34d
commit
d8b56a1a78
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ import {
|
|||
Activity,
|
||||
Settings
|
||||
} from "lucide-react";
|
||||
import { apiClient } from "@/lib/api/client";
|
||||
import { BatchConfig } from "@/lib/api/batch";
|
||||
|
||||
interface BatchCardProps {
|
||||
|
|
|
|||
Loading…
Reference in New Issue