diff --git a/src/components/CreateTeam/StaffAllocation.tsx b/src/components/CreateTeam/StaffAllocation.tsx index 6a1f778..c51b839 100644 --- a/src/components/CreateTeam/StaffAllocation.tsx +++ b/src/components/CreateTeam/StaffAllocation.tsx @@ -11,10 +11,10 @@ import { useForm, useFormContext, } from "react-hook-form"; -import CreateTeamForm from "../CreateTeamForm"; +// import CreateTeamForm from "../CreateTeamForm"; import { CreateTeamInputs } from "@/app/api/team/actions"; -import { Staff4TransferList, fetchStaffCombo } from "@/app/api/staff/actions"; -import { StaffResult, StaffTeamTable } from "@/app/api/staff"; +// import { Staff4TransferList, fetchStaffCombo } from "@/app/api/staff/actions"; +import { StaffResult } from "@/app/api/staff"; import SearchResults, { Column } from "../SearchResults"; import { Clear, PersonAdd, PersonRemove, Search } from "@mui/icons-material"; import { Card } from "reactstrap";