[agent-pipeline] pipe-20260315061036-2tnn round-5

This commit is contained in:
DDD1542 2026-03-15 15:33:19 +09:00
parent 542663e9e6
commit f375252db1
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ import {
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
import { useAuth } from "@/hooks/useAuth";
import { getCompanyList, Company } from "@/lib/api/company";
import { getCompanyList } from "@/lib/api/company";
import type { Company } from "@/types/company";
import {
DropdownMenu,
DropdownMenuContent,