|
|
@@ -12,7 +12,7 @@ import { |
|
|
|
} from "react-hook-form"; |
|
|
|
import { CreateStaffInputs, saveStaff, testing } from "@/app/api/staff/actions"; |
|
|
|
import { Button, Stack, Typography } from "@mui/material"; |
|
|
|
import CreateStaffForm from "../CreateStaffForm"; |
|
|
|
// import CreateStaffForm from "../CreateStaffForm"; |
|
|
|
import { comboProp, fetchCompanyCombo } from "@/app/api/companys/actions"; |
|
|
|
import { fetchTeamCombo } from "@/app/api/team/actions"; |
|
|
|
import { fetchDepartmentCombo } from "@/app/api/departments/actions"; |
|
|
|