[agent-pipeline] pipe-20260318044621-56k5 round-9

This commit is contained in:
DDD1542 2026-03-18 14:48:13 +09:00
parent cd0f0df34d
commit d8b56a1a78
2 changed files with 4 additions and 6 deletions

View File

@ -12,13 +12,10 @@ import {
import { toast } from "sonner"; import { toast } from "sonner";
import { showErrorToast } from "@/lib/utils/toastUtils"; import { showErrorToast } from "@/lib/utils/toastUtils";
import { useRouter } from "next/navigation"; import { useRouter } from "next/navigation";
import { import { BatchAPI, type BatchConfig, type BatchMapping } from "@/lib/api/batch";
BatchAPI, import { apiClient } from "@/lib/api/client";
BatchConfig,
BatchMapping,
} from "@/lib/api/batch";
import BatchCard from "@/components/admin/BatchCard";
import { ScrollToTop } from "@/components/common/ScrollToTop"; import { ScrollToTop } from "@/components/common/ScrollToTop";
import BatchCard from "@/components/admin/BatchCard";
export default function BatchManagementPage() { export default function BatchManagementPage() {
const router = useRouter(); const router = useRouter();

View File

@ -16,6 +16,7 @@ import {
Activity, Activity,
Settings Settings
} from "lucide-react"; } from "lucide-react";
import { apiClient } from "@/lib/api/client";
import { BatchConfig } from "@/lib/api/batch"; import { BatchConfig } from "@/lib/api/batch";
interface BatchCardProps { interface BatchCardProps {