//import { LstCard } from "@/components/extendedUI/LstCard"; import { getinventoryCheck } from "@/utils/querys/logistics/getInventoryCheck"; import { invColumns } from "@/utils/tableData/InventoryCards/inventoryColumns"; import { InvTable } from "@/utils/tableData/InventoryCards/inventoryData"; import { useQuery } from "@tanstack/react-query"; //import { CircleX } from "lucide-react"; //import { Suspense } from "react"; //import { toast } from "sonner"; export default function INVCheckCard(props: any) { //{ style = {} } const { data, isError, isLoading } = useQuery(getinventoryCheck(props)); if (isLoading) return
There was an error getting the inv.