fix(file name wrong): fixed the name of the file for getCompanies

This commit is contained in:
2025-11-02 16:27:08 -06:00
parent 5023d4d129
commit 8996da7eb4
3 changed files with 19 additions and 2 deletions

View File

@@ -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({

View File

@@ -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 = {