jskim-node #394

Merged
kjs merged 18 commits from jskim-node into main 2026-02-26 13:48:08 +09:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 55cbd8778a - Show all commits

View File

@ -14,7 +14,7 @@ import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { Textarea } from "@/components/ui/textarea";
import { Loader2 } from "lucide-react";
import apiClient from "@/lib/api/client";
import { apiClient } from "@/lib/api/client";
interface BomDetailEditModalProps {
open: boolean;

View File

@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Loader2 } from "lucide-react";
import { cn } from "@/lib/utils";
import apiClient from "@/lib/api/client";
import { apiClient } from "@/lib/api/client";
interface BomHistoryItem {
id: string;

View File

@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Loader2, Plus, Trash2, Download } from "lucide-react";
import { cn } from "@/lib/utils";
import apiClient from "@/lib/api/client";
import { apiClient } from "@/lib/api/client";
interface BomVersion {
id: string;