|
|
@@ -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"; |
|
|
|