import ProductsTable from "@/components/pages/master-data/product/ProductTable"; const Product = () => { return (
); }; export default Product;