fix(file name wrong): fixed the name of the file for getCompanies
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
DialogHeader,
|
||||
DialogTitle,
|
||||
} from "@/components/ui/dialog";
|
||||
import { getCompanies } from "@/lib/querys/forklifts/getModules";
|
||||
import { getCompanies } from "@/lib/querys/forklifts/getCompanies";
|
||||
import { useAppForm } from "../../../../lib/formStuff";
|
||||
|
||||
export default function NewCompanyForm({
|
||||
|
||||
@@ -30,7 +30,7 @@ import {
|
||||
TableHeader,
|
||||
TableRow,
|
||||
} from "@/components/ui/table";
|
||||
import { getCompanies } from "@/lib/querys/forklifts/getModules";
|
||||
import { getCompanies } from "@/lib/querys/forklifts/getCompanies";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
type Company = {
|
||||
|
||||
Reference in New Issue
Block a user