"use client"; import { useState } from "react"; import { Col } from "reactstrap"; import AllProductTable from "@/components/product/AllProductTable"; import { product } from "@/utils/axiosUtils/API"; const AllUsers = () => { const [isCheck, setIsCheck] = useState([]); return (