jskim-node #423

Merged
kjs merged 27 commits from jskim-node into main 2026-03-20 16:10:33 +09:00
2 changed files with 4 additions and 6 deletions
Showing only changes of commit d8b56a1a78 - Show all commits

View File

@ -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();

View File

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